python3Packages.aiotarfile: skip tests on python 3.14 (#519283)

This commit is contained in:
Michael Daniels
2026-05-25 01:43:30 +00:00
committed by GitHub
@@ -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 = {