Skip to content

1.0.0rc25

Pre-release
Pre-release
Compare
Choose a tag to compare
@s0undt3ch s0undt3ch released this 31 Jul 12:16
· 39 commits to master since this release

1.0.0rc25 (2023-07-31)

Improvements

  • Remove pytest-tempdir package dependency (#154)
  • Stop using deprecated @pytest.mark.trylast (#155)
  • Simplify and reduce the amount of patching required to unit test loader modules (#156)

Trivial/Internal Changes

  • Some internal processes improvements: (#151)
    • Publish packages to PyPi with trusted publishers
    • Enable dependabot to update the GH Actions versions on a weekly basis
  • Start using actionlint and shellcheck to validate GH Actions workflows (#153)
  • Improve code coverage by either removing code not getting used anymore or marking sections of the code which are not expected to be covered (#157)