Skip to content

Commit fd8f8f8

Browse files
committed
MNT: Remove network marker from pytest
There are no tests that need network access, so remove the marker.
1 parent 2cb39f9 commit fd8f8f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/testing/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def pytest_configure(config):
1717
"style: Set alternate Matplotlib style temporarily (deprecated)."),
1818
("markers", "baseline_images: Compare output against references."),
1919
("markers", "pytz: Tests that require pytz to be installed."),
20-
("markers", "network: Tests that reach out to the network."),
2120
("filterwarnings", "error"),
2221
("filterwarnings",
2322
"ignore:.*The py23 module has been deprecated:DeprecationWarning"),

0 commit comments

Comments
 (0)