We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5801f42 commit 850b022Copy full SHA for 850b022
pytest.ini
@@ -2,3 +2,5 @@
2
filterwarnings =
3
# treat all warnings as errors
4
error
5
+ # Remove after support for Python 3.7 is dropped
6
+ ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
0 commit comments