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 c6d4fd9 commit 80c0526Copy full SHA for 80c0526
pyproject.toml
@@ -23,6 +23,7 @@ dynamic = ["version"]
23
dev = [
24
"pytest >= 7.1.1",
25
"pytest-xdist >= 2.5.0",
26
+ "pytest-env >= 1.1.5",
27
"pylint >= 2.13.7",
28
"black >= 22.3.0",
29
"sphinx >= 4.5.0",
pytest.ini
@@ -0,0 +1,3 @@
1
+[pytest]
2
+env =
3
+ NPY_PROMOTION_STATE=weak_and_warn
0 commit comments