tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #195191: exiv2: drop a test on darwin
Vladimír Čunát
3 years ago
41ebdfa0
b29b72fb
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
exiv2
default.nix
+2
pkgs/development/libraries/exiv2/default.nix
···
83
rm -f ../tests/bugfixes/redmine/test_issue_662.py
84
rm -f ../tests/bugfixes/github/test_issue_1046.py
85
0
0
86
# disable tests that requires loopback networking
87
substituteInPlace ../tests/bash_tests/testcases.py \
88
--replace "def io_test(self):" "def io_disabled(self):"
···
83
rm -f ../tests/bugfixes/redmine/test_issue_662.py
84
rm -f ../tests/bugfixes/github/test_issue_1046.py
85
86
+
rm -f ../tests/bugfixes/github/test_issue_683.py
87
+
88
# disable tests that requires loopback networking
89
substituteInPlace ../tests/bash_tests/testcases.py \
90
--replace "def io_test(self):" "def io_disabled(self):"