File size: 239 Bytes
065fee7 |
1 2 3 4 5 6 7 |
[pytest]
filterwarnings =
# treat all warnings as errors
error
# Remove after support for Python 3.7 is dropped
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
|