python3Packages.libarchive-c: reenable test_custom-writer_and_stream_reader
The tests now segfault when the test is missing.
This commit is contained in:
@@ -38,11 +38,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (pythonAtLeast "3.9") [
|
||||
# causes python3.9 to segfault
|
||||
"test_custom_writer_and_stream_reader"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Changaco/python-libarchive-c";
|
||||
description = "Python interface to libarchive";
|
||||
|
||||
Reference in New Issue
Block a user