Merge #195191: exiv2: drop a test on darwin

This commit is contained in:
Vladimír Čunát
2022-10-09 16:15:05 +02:00
@@ -83,6 +83,8 @@ stdenv.mkDerivation rec {
rm -f ../tests/bugfixes/redmine/test_issue_662.py
rm -f ../tests/bugfixes/github/test_issue_1046.py
rm -f ../tests/bugfixes/github/test_issue_683.py
# disable tests that requires loopback networking
substituteInPlace ../tests/bash_tests/testcases.py \
--replace "def io_test(self):" "def io_disabled(self):"