@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99name = " pytest-django"
1010description = " A Django plugin for pytest."
1111readme = " README.rst"
12- requires-python = " >=3.9 "
12+ requires-python = " >=3.10 "
1313dynamic = [" version" ]
1414authors = [
1515 { name = " Andreas Pelme" , email = " andreas@pelme.se" },
@@ -24,15 +24,16 @@ classifiers = [
2424 " Framework :: Django :: 4.2" ,
2525 " Framework :: Django :: 5.1" ,
2626 " Framework :: Django :: 5.2" ,
27+ " Framework :: Django :: 6.0" ,
2728 " Intended Audience :: Developers" ,
2829 " License :: OSI Approved :: BSD License" ,
2930 " Operating System :: OS Independent" ,
3031 " Programming Language :: Python" ,
31- " Programming Language :: Python :: 3.9" ,
3232 " Programming Language :: Python :: 3.10" ,
3333 " Programming Language :: Python :: 3.11" ,
3434 " Programming Language :: Python :: 3.12" ,
3535 " Programming Language :: Python :: 3.13" ,
36+ " Programming Language :: Python :: 3.14" ,
3637 " Programming Language :: Python :: Implementation :: CPython" ,
3738 " Programming Language :: Python :: Implementation :: PyPy" ,
3839 " Topic :: Software Development :: Testing" ,
@@ -48,6 +49,7 @@ docs = [
4849testing = [
4950 " Django" ,
5051 " django-configurations>=2.0" ,
52+ " pytest>=9" ,
5153]
5254coverage = [
5355 " coverage[toml]" ,
@@ -83,13 +85,12 @@ pytest_django = ["py.typed"]
8385[tool .setuptools_scm ]
8486write_to = " pytest_django/_version.py"
8587
86- [tool .pytest . ini_options ]
88+ [tool .pytest ]
8789addopts = [
88- # Error on using unregistered marker.
89- " --strict-markers" ,
9090 # Show extra test summary info for everything.
9191 " -ra" ,
9292]
93+ strict = true
9394pythonpath = [" ." ]
9495DJANGO_SETTINGS_MODULE = " pytest_django_test.settings_sqlite_file"
9596testpaths = [" tests" ]
0 commit comments