python3Packages.libarchive-c: reenable test_custom-writer_and_stream_reader
The tests now segfault when the test is missing.
This commit is contained in:
parent
973a283f88
commit
bd601e689b
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue