python3Packages.sgmllib3k: remove superfluous pythonAtLeast

This commit is contained in:
Robert Schütz
2026-01-19 22:36:45 -08:00
parent 3677e88db0
commit e35b33037b
@@ -4,7 +4,6 @@
fetchPypi,
isPy27,
pytestCheckHook,
pythonAtLeast,
}:
buildPythonPackage rec {
@@ -21,7 +20,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = lib.optionals (pythonAtLeast "3.10") [ "test_declaration_junk_chars" ];
disabledTests = [ "test_declaration_junk_chars" ];
doCheck = false;