Skip to content

4.1.1

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 10 Aug 13:42
· 5555 commits to master since this release

pytest 4.1.1 (2019-01-12)

Bug Fixes

  • #2256: Show
    full repr with assert a==b and -vv.
  • #3456: Extend
    Doctest-modules to ignore mock objects.
  • #4617: Fixed
    pytest.warns bug when context manager is reused (e.g. multiple
    parametrization).
  • #4631: Don't
    rewrite assertion when __getattr__ is broken

Improved Documentation

  • #3375: Document
    that using setup.cfg may crash other tools or cause hard to track
    down problems because it uses a different parser than pytest.ini
    or tox.ini files.

Trivial/Internal Changes

  • #4602:
    Uninstall hypothesis in regen tox env.