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 0e06710 commit 7addcf9Copy full SHA for 7addcf9
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
- "setuptools >= 69.0",
4
- "pybind11 >= 2.13.4",
+ "setuptools >= 74.1.2",
+ "pybind11 >= 2.13.5",
5
]
6
build-backend = "setuptools.build_meta"
7
@@ -29,3 +29,9 @@ Documentation = "https://github.com/mapnik/python-mapnik/wiki"
29
Repository = "https://github.com/mapnik/python-mapnik"
30
"Bug Tracker" = "https://github.com/mapnik/python-mapnik/issues"
31
Changelog = "https://github.com/mapnik/python-mapnik/blob/master/CHANGELOG.md"
32
+
33
+[tool.pytest.ini_options]
34
+minversion = "8.0"
35
+testpaths = [
36
+ "test/python_tests",
37
+]
0 commit comments