Codebase list django-guardian / debian/2.0.0-1 pytest.ini
debian/2.0.0-1

Tree @debian/2.0.0-1 (Download .tar.gz)

pytest.ini @debian/2.0.0-1raw · history · blame

1
2
3
4
5
6
[pytest]
DJANGO_SETTINGS_MODULE=guardian.testapp.testsettings

filterwarnings =
    once::DeprecationWarning
    once::PendingDeprecationWarning