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 7e7af23 commit af7ae0dCopy full SHA for af7ae0d
pytest_django/py.typed
setup.cfg
@@ -38,6 +38,7 @@ packages = pytest_django
38
python_requires = >=3.5
39
setup_requires = setuptools_scm>=1.11.1
40
install_requires = pytest>=5.4.0
41
+zip_safe = no
42
43
[options.entry_points]
44
pytest11 =
@@ -51,6 +52,9 @@ testing =
51
52
Django
53
django-configurations>=2.0
54
55
+[options.package_data]
56
+pytest_django = py.typed
57
+
58
[tool:pytest]
59
# --strict-markers: error on using unregistered marker.
60
# -ra: show extra test summary info for everything.
0 commit comments