We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ca6f4 commit f57eef6Copy full SHA for f57eef6
pytest.ini
@@ -17,7 +17,7 @@ filterwarnings =
17
ignore:[\n]*.*You are using a Python version.*3\.8:FutureWarning
18
# Remove after support for Python 3.9 is dropped:
19
ignore:You are using a Python version \(3\.9:FutureWarning
20
- ignore:.*You are using a Python version 3\.9:FutureWarning
+ ignore:[\n]*.*You are using a Python version 3\.9:FutureWarning
21
ignore:You are using a non-supported Python version \(3\.9:DeprecationWarning
22
ignore:You are using a non-supported Python version \(3\.9:FutureWarning
23
# Remove after support for Python 3.10 is dropped
0 commit comments