Thanks to visit codestin.com Credit goes to github.com
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 db16688 commit 4299a40Copy full SHA for 4299a40
packages/basemap/pyproject.toml
@@ -8,6 +8,11 @@ requires = [
8
]
9
build-backend = "setuptools.build_meta"
10
11
+[tool.pytest.ini_options]
12
+filterwarnings = [
13
+ "error",
14
+]
15
+
16
[tool.coverage.paths]
17
source = [
18
"src",
packages/basemap/setup.cfg
@@ -10,7 +10,3 @@ ignore =
# F403: wildcard-import
# W503: line-break-before-binary-operator
# W504: line-break-after-binary-operator
-
-[tool:pytest]
-filterwarnings =
- error
0 commit comments