@@ -15,6 +15,7 @@ classifiers = [
1515 ' Framework :: Django :: 3.2' ,
1616 ' Framework :: Django :: 4.0' ,
1717 ' Framework :: Django :: 4.1' ,
18+ ' Framework :: Django :: 4.2' ,
1819 ' Intended Audience :: Developers' ,
1920 ' License :: OSI Approved :: Apache Software License' ,
2021 ' Operating System :: Unix' ,
@@ -45,11 +46,10 @@ python-dateutil = ">=2.4"
4546watchfiles = " ^0.18.1"
4647
4748[tool .poetry .group .test .dependencies ]
48- pytest = " >=6.1.2 ,<8"
49+ pytest = " >=7.2.0 ,<8"
4950pytest-cov = " >=2.10.1,<5"
5051pytest-mock = " ^3.3.1"
5152pytest-django = " >=4.4.0"
52- pytest-pythonpath = { version = " ^0.7.4" , python = " <3.8" }
5353pytest-randomly = " >=3.12"
5454pytest-deadfixtures = " ^2.2.1"
5555coverage = {extras = [" toml" ], version = " >=5.3,<7" }
@@ -86,7 +86,6 @@ python_files = "test_*.py"
8686DJANGO_SETTINGS_MODULE = " tests.dj.settings"
8787django_find_project = false
8888pythonpath = [" ." , " src" ]
89- python_paths = [" ." ]
9089
9190[tool .coverage .xml ]
9291output = " tests/reports/coverage.xml"
@@ -102,3 +101,7 @@ use_parentheses = true
102101include_trailing_comma = true
103102line_length = 100
104103lines_after_imports = 2
104+
105+ [build-system ]
106+ requires = [" poetry-core>=1.0.0" ]
107+ build-backend = " poetry.core.masonry.api"
0 commit comments