Skip to content

Commit 3556e0e

Browse files
committed
Remove now-redundant pytest settings from setup.cfg.
The markers are now in conftest.py, and the doctest settings appear to be unnecessary.
1 parent 1c9e8be commit 3556e0e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ exclude = \
1111
versioneer.py
1212

1313

14-
[tool:pytest]
15-
markers =
16-
natural_earth: mark tests that use Natural Earth data, and the network, if not cached.
17-
network: mark tests that use the network.
18-
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
19-
2014
[versioneer]
2115
# See the docstring in versioneer.py for instructions. Note that you must
2216
# re-run 'versioneer.py setup' after changing this section, and commit the

0 commit comments

Comments
 (0)