python3Packages.libarchive-c: reenable test_custom-writer_and_stream_reader

The tests now segfault when the test is missing.
This commit is contained in:
Martin Weinelt 2021-10-10 12:26:07 +02:00
parent 973a283f88
commit bd601e689b

View file

@ -38,11 +38,6 @@ buildPythonPackage rec {
pytestCheckHook pytestCheckHook
]; ];
disabledTests = lib.optionals (pythonAtLeast "3.9") [
# causes python3.9 to segfault
"test_custom_writer_and_stream_reader"
];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/Changaco/python-libarchive-c"; homepage = "https://github.com/Changaco/python-libarchive-c";
description = "Python interface to libarchive"; description = "Python interface to libarchive";