15
0
forked from pool/python-exiv2
Files
python-exiv2/skip_network_tests.patch
Markéta Machová 0aa118524e - Update to 0.17.5
* Binary wheels incorporate libexiv2 v0.28.7
- from version 0.17.4
  * Binary wheels incorporate libexiv2 v0.28.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=38
2025-09-26 08:50:23 +00:00

15 lines
530 B
Diff

---
tests/test_basicio.py | 1 +
1 file changed, 1 insertion(+)
--- a/tests/test_basicio.py
+++ b/tests/test_basicio.py
@@ -33,6 +33,7 @@ class TestBasicIoModule(unittest.TestCas
cls.image_path = os.path.join(test_dir, 'image_02.jpg')
cls.data = b'The quick brown fox jumps over the lazy dog'
+ @unittest.skipIf('NONET' in os.environ, 'Requires network access')
@unittest.skipUnless(exiv2.versionInfo()['EXV_USE_CURL'],
'CurlIo not included')
def test_CurlIo(self):