python3Packages.persim: remove superfluous pythonAtLeast

This commit is contained in:
Robert Schütz
2026-01-19 22:38:04 -08:00
parent 7310a22de5
commit 855d20d185
@@ -10,7 +10,6 @@
scikit-learn,
scipy,
pytestCheckHook,
pythonAtLeast,
}:
buildPythonPackage rec {
@@ -44,7 +43,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "persim" ];
disabledTests = lib.optionals (pythonAtLeast "3.10") [
disabledTests = [
# AttributeError: module 'collections' has no attribute 'Iterable'
"test_empyt_diagram_list"
"test_empty_diagram_list"