Skip to content

Commit 4299a40

Browse files
committed
Migrate pytest configuration to pyproject.toml
1 parent db16688 commit 4299a40

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/basemap/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ requires = [
88
]
99
build-backend = "setuptools.build_meta"
1010

11+
[tool.pytest.ini_options]
12+
filterwarnings = [
13+
"error",
14+
]
15+
1116
[tool.coverage.paths]
1217
source = [
1318
"src",

packages/basemap/setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ ignore =
1010
# F403: wildcard-import
1111
# W503: line-break-before-binary-operator
1212
# W504: line-break-after-binary-operator
13-
14-
[tool:pytest]
15-
filterwarnings =
16-
error

0 commit comments

Comments
 (0)