7 lines
239 B
INI
7 lines
239 B
INI
[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
|