python3Packages.cssutils: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:50 +01:00
parent 66fe841c4b
commit 10190dcf21
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
setuptools-scm,
more-itertools,
@@ -10,7 +9,6 @@
lxml,
mock,
pytestCheckHook,
importlib-resources,
}:
buildPythonPackage rec {
@@ -35,8 +33,7 @@ buildPythonPackage rec {
lxml
mock
pytestCheckHook
]
++ lib.optionals (pythonOlder "3.9") [ importlib-resources ];
];
disabledTests = [
# access network