diff options
Diffstat (limited to 'dev-python/flit/files')
| -rw-r--r-- | dev-python/flit/files/flit-2.1.0-tests.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/flit/files/flit-2.1.0-tests.patch b/dev-python/flit/files/flit-2.1.0-tests.patch new file mode 100644 index 000000000000..04cf9839dbc4 --- /dev/null +++ b/dev-python/flit/files/flit-2.1.0-tests.patch @@ -0,0 +1,8 @@ +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(): |
