Skip to content

4.6.6

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 13 Oct 14:54
· 6141 commits to main since this release

pytest 4.6.6 (2019-10-11)

Bug Fixes

  • #5523: Fixed
    using multiple short options together in the command-line (for
    example -vs) in Python 3.8+.
  • #5537: Replace
    importlib_metadata backport with importlib.metadata from the
    standard library on Python 3.8+.
  • #5806: Fix
    "lexer" being used when uploading to bpaste.net from --pastebin
    to "text".
  • #5902: Fix
    warnings about deprecated cmp attribute in attrs>=19.2.

Trivial/Internal Changes

  • #5801: Fixes
    python version checks (detected by flake8-2020) in case python4
    becomes a thing.