mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
exiv2: drop a test on darwin
It's often an issue; no idea why: https://hydra.nixos.org/job/nixpkgs/nixpkgs-22.05-darwin/exiv2.aarch64-darwin though for x86 it seems to have started after compiling via rosetta: https://hydra.nixos.org/build/192631598 Note that exiv2 blocks the darwin-tested job.
This commit is contained in:
parent
21469bd965
commit
9927b2f2c3
@ -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):"
|
||||
|
Loading…
Reference in New Issue
Block a user