Releases: nolar/looptime
Releases · nolar/looptime
0.5
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
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
0.1
0.0
Add the project skeleton files (no useful content) Signed-off-by: Sergey Vasilyev <[email protected]>