From 6bb76f59ec0bcd9e4fe8336d57659238db35428a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 19 Jan 2026 22:33:44 -0800 Subject: [PATCH] python3Packages.aspell-python: remove superfluous pythonAtLeast --- pkgs/development/python-modules/aspell-python/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aspell-python/default.nix b/pkgs/development/python-modules/aspell-python/default.nix index 7bf0bd859bb6..87784477ccbd 100644 --- a/pkgs/development/python-modules/aspell-python/default.nix +++ b/pkgs/development/python-modules/aspell-python/default.nix @@ -6,7 +6,6 @@ fetchPypi, isPy27, pytestCheckHook, - pythonAtLeast, setuptools, }: @@ -37,7 +36,7 @@ buildPythonPackage rec { enabledTestPaths = [ "test/unittests.py" ]; - disabledTests = lib.optionals (pythonAtLeast "3.10") [ + disabledTests = [ # https://github.com/WojciechMula/aspell-python/issues/22 "test_add" "test_get"