Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 509 Bytes

8838.removal.rst

File metadata and controls

17 lines (10 loc) · 509 Bytes

As per our policy, the following features have been deprecated in the 6.X series and are now removed:

  • pytest._fillfuncargs function.
  • pytest_warning_captured hook - use pytest_warning_recorded instead.
  • message parameter of pytest.raises.
  • -k -foobar syntax - use -k 'not foobar' instead.
  • -k foobar: syntax.
  • pytest.collect module.

For more information consult Deprecations and Removals in the docs.