Skip to content

Commit 7addcf9

Browse files
committed
add pytest configuration
1 parent 0e06710 commit 7addcf9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 69.0",
4-
"pybind11 >= 2.13.4",
3+
"setuptools >= 74.1.2",
4+
"pybind11 >= 2.13.5",
55
]
66
build-backend = "setuptools.build_meta"
77

@@ -29,3 +29,9 @@ Documentation = "https://github.com/mapnik/python-mapnik/wiki"
2929
Repository = "https://github.com/mapnik/python-mapnik"
3030
"Bug Tracker" = "https://github.com/mapnik/python-mapnik/issues"
3131
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

Comments
 (0)