Skip to content

Releases: pytest-dev/nose2pytest

v1.0.12

30 Apr 13:52
Compare
Choose a tag to compare

This release fixes a deploy problem, refer to v1.0.11 for the changelog.

v1.0.11

30 Apr 13:23
2964c29
Compare
Choose a tag to compare

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

Full Changelog: v1.0.10...v1.0.11

v1.0.10

18 Nov 02:53
Compare
Choose a tag to compare

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

Full Changelog: v1.0.8...v1.0.10

nose2pytest v1.0.8

30 Dec 23:07
Compare
Choose a tag to compare

Fixed a few bugs
Added support for running script from Python 3.5 and 3.6.