Skip to content

6.1.4

Latest

Choose a tag to compare

@degauden degauden released this 07 Jun 16:38
· 470 commits to develop since this release

Changed

  • Move from Py.Test to PyTest
    • pytest 7.2.0 no longer depends on py module which means that the import of py.test will no longer work.
    • Change the executable from py.test to pytest
    • Rename py.test into pytest in the python files
    • Change the comments and documentation from Py.Test to PyTest