Spaces:
Running
Running
File size: 147 Bytes
1248f52 | 1 2 3 4 5 6 7 8 | # pytest.ini
[pytest]
env_files =
.env.test
filterwarnings =
ignore:.*Support for class-based `config` is deprecated.*:DeprecationWarning
|