python3Packages.cssutils: remove superfluous pythonOlder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user