Releases: pytest-dev/nose2pytest
Releases · pytest-dev/nose2pytest
v1.0.12
v1.0.11
What's Changed
- Upgrade GitHub Actions by @cclauss in #24
- Deploy workflow and release instructions by @nicoddemus in #25
- Use fissix in order to support newer python versions by @dosas in #17
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #29
- Bump the github-actions group with 5 updates by @dependabot in #32
- Update README.rst to recommend pipx run or install by @cclauss in #30
New Contributors
- @cclauss made their first contribution in #24
- @dosas made their first contribution in #17
- @dependabot made their first contribution in #32
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Script exits with code non-zero if invalid dir name given to nose2pytest (by @schollii)
- adds support for Python 3.9 - 3.11 and make it easier to support future versions of Python
- Add syntax highlighting to code samples in README by @nicoddemus in #3
- Support Python 3.8 by @jayvdb in #10
- Remove deprecated pytest_namespace by @PhilippSelenium in #9
- Add ok_ and eq_ by @jayvdb in #11
- Replace Travis CI with GitHub Actions by @hugovk in #18
- Update deprecated aliases for Python 3.11 compatibility. by @tirkarthi in #20
- transform assert_almost_equal (a,b) into assert a == approx(b) by @massich in #6
New Contributors
- @nicoddemus made their first contribution in #3
- @jayvdb made their first contribution in #10
- @PhilippSelenium made their first contribution in #9
- @hugovk made their first contribution in #18
- @tirkarthi made their first contribution in #20
- @massich made their first contribution in #6
Full Changelog: v1.0.8...v1.0.10
nose2pytest v1.0.8
Fixed a few bugs
Added support for running script from Python 3.5 and 3.6.