Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@betolink betolink released this 13 Nov 18:14

v0.12.0

Changed

  • Use built-in assert statements instead of unittest assertions in
    integration tests (#743)
    (@chuckwondo)

Added

  • Add support for NETRC environment variable to override default .netrc file
    location (#480)
    (@chuckwondo)
  • Add nox session for running integration tests locally
    (#815; @chuckwondo and (#872; @jhkennedy)
  • Auto-add comment to PR that requires maintainer to review and re-run
    integration tests (#824)
    (@chuckwondo)

Removed

  • The scripts/integration-test.sh script has been removed in favor of the integration-tests nox session.
    (#872) (@jhkennedy)
  • Python 3.9 is no longer supported.
    (#876)
    (@mfisher87)

Fixed

Full Changelog: v0.11.0...v0.12.0