pythonPackages.libarchive-c: Disable failing test

https://github.com/NixOS/nixpkgs/commit/f9f9749fd2a7b75bea9660a60634965de98bac88#commitcomment-24028305
(cherry picked from commit 22d4630e683b9e0fddf34fdc276fc08014e4ae61)
This commit is contained in:
Eelco Dolstra
2017-09-07 09:28:03 +02:00
committed by Frederik Rietdijk
parent 2c3cc4e921
commit a602e1aa70
+1 -1
View File
@@ -24054,7 +24054,7 @@ EOF
"find_library('archive')" "'${pkgs.libarchive.lib}/lib/libarchive.so'"
'';
checkPhase = ''
py.test tests -k 'not test_check_archiveentry_with_unicode_entries_and_name_zip'
py.test tests -k 'not test_check_archiveentry_with_unicode_entries_and_name_zip and not test_check_archiveentry_using_python_testtar'
'';
buildInputs = with self; [ pytest pkgs.glibcLocales ];