rueckstiess / mtools

A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k stars 403 forks source link

Fix deprecation warnings for nose-style tests in Pytest 7.2 #897

Open stennie opened 2 years ago

stennie commented 2 years ago

Pytest 7.2 (released Oct 25, 2022) deprecates running tests written for Nose: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose

stennie commented 2 years ago

Pinned to non-noisy (still nose-y) Pytest 7.1 via 2fc4b4ed