python3Packages.aiotarfile: skip tests on python 3.14 (#519283)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
unittestCheckHook,
|
||||
cargo,
|
||||
rustc,
|
||||
@@ -36,6 +37,9 @@ buildPythonPackage rec {
|
||||
|
||||
unittestFlagsArray = [ "tests/" ]; # Not sure why it isn't autodiscovered
|
||||
|
||||
# pyo3-asyncio 0.20 segfaults on the python 3.14 interpreter state.
|
||||
doCheck = pythonOlder "3.14";
|
||||
|
||||
pythonImportsCheck = [ "aiotarfile" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user