diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/flit/files | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
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(): |
