Skip to content

Release 1.1.1

Latest
Compare
Choose a tag to compare
@tbekolay tbekolay released this 17 Jan 20:25
· 1 commit to main since this release

Changed

  • Python 3.5, which is past its end of life, is no longer supported. (#26)

Fixed

  • Config options are now properly added to Pytest, eliminating a warning that was raised if a config option was set. (#26)
  • Handled multiple outputs when mocking out plt.subplots. (#29)