We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df0381 commit fb21782Copy full SHA for fb21782
pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+requires = ["setuptools", "wheel"]
3
+build-backend = "setuptools.build_meta"
4
+
5
[tool.pytest.ini_options]
6
python_files = 'test_*.py'
7
testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing
0 commit comments