FIX: fix reading from http/https urls via imread · matplotlib/matplotlib@980c649 · GitHub
Skip to content

Commit 980c649

Browse files
tacaswelltimhoffm
andcommitted
FIX: fix reading from http/https urls via imread
closes #18129 Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 5c4eeac commit 980c649

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

lib/matplotlib/image.py

Lines changed: 8 additions & 2 deletions

lib/matplotlib/testing/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def pytest_configure(config):
1616
("markers", "style: Set alternate Matplotlib style temporarily."),
1717
("markers", "baseline_images: Compare output against references."),
1818
("markers", "pytz: Tests that require pytz to be installed."),
19+
("markers", "network: Tests that reachout to the network."),
1920
("filterwarnings", "error"),
2021
]:
2122
config.addinivalue_line(key, value)

lib/matplotlib/tests/test_image.py

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)