Skip to content

Releases: nolar/looptime

0.5

29 Nov 15:06
c82bc4e

Choose a tag to compare

What's Changed

  • Fix for pytest asyncio >= 1.1.0 by @nolar in #17

Full Changelog: 0.4...0.5

0.4

29 Nov 13:30
69e3301

Choose a tag to compare

0.4

What's Changed

  • Migrate to pyproject.toml format, drop executable setup.py by @nolar in #15
  • Upgrade CI actions & tools by @nolar in #14
  • Drop Python 3.9; rewrite to Python 3.10+ syntax by @nolar in #13
  • Fix for Python 3.14; enable 3.14 in CI by @nolar in #12
  • Fix the PyPI publishing authentication from GitHub Actions by @nolar in #16

Full Changelog: 0.3...0.4

0.3

24 Jun 14:04
06e1302

Choose a tag to compare

0.3

What's Changed

  • Compatibility with pytest-asyncio>=1.0.0.

Potentially BREAKING (though never was promised or documented): the event loop time magic now covers only the test function, but not the preparational fixtures (previously, both were covered). The fixtures run in real (wall-clock) time. See the README & docstrings for explanations & workarounds, also see #9.

Report a sample case if you want that feature back — I could not comprehend the setup due to a lack of realistic examples.

Also:

  • Drop Python 3.7 & 3.8 support, add Python 3.11, 3.12, 3.13 to CI by @nolar in #6
  • Upgrade all the CI tooling (Ubuntu, GitHub Actions) by @nolar in #6
  • Utilise a few newer features ot pytest/pluggy by @nolar in #8
  • Use the dynamically chosen event loop of pytest-asyncio>=1.0.0 (2nd attempt) by @nolar in #9

Full Changelog: 0.2...0.3

0.2

26 Dec 12:05
841d872

Choose a tag to compare

0.2
  • README grammar fixes (also for PyPI). #2

0.1

26 Dec 11:44
6be619f

Choose a tag to compare

0.1
  • The initial release — no specific changes. #1

0.0

16 Dec 13:25
61ce8e0

Choose a tag to compare

0.0
Add the project skeleton files (no useful content)

Signed-off-by: Sergey Vasilyev <[email protected]>