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 b631141 commit 7cab679Copy full SHA for 7cab679
setup.cfg
@@ -65,6 +65,9 @@ filterwarnings =
65
error::PendingDeprecationWarning
66
# Remove when DRF is not depending on it anymore
67
ignore:The django.utils.timezone.utc alias is deprecated.
68
+ # can be removed once fixed in django polymorphic
69
+ ignore:pkg_resources is deprecated as an API
70
+ ignore:Deprecated call to `pkg_resource
71
testpaths =
72
example
73
tests
0 commit comments