mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-30 12:48:08 -07:00
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
9 lines
287 B
Diff
9 lines
287 B
Diff
diff --git a/tests/test_inifile.py b/tests/test_inifile.py
|
|
index 150fa47..53ce597 100644
|
|
--- a/tests/test_inifile.py
|
|
+++ b/tests/test_inifile.py
|
|
@@ -7,2 +7,3 @@ samples_dir = Path(__file__).parent / 'samples'
|
|
|
|
+@pytest.mark.skip("Needs internet access")
|
|
def test_invalid_classifier():
|