python3Packages.css-parser: enable tests

This commit is contained in:
Sigmanificient
2026-07-19 23:57:31 +02:00
parent 6488525151
commit f9e9e89552
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -14,9 +15,7 @@ buildPythonPackage rec {
hash = "sha256-vx6XKtMzROkyBpZPtM2QjZ3e+fzQwB+pPg1zRnU5Q2M=";
};
# Test suite not included in tarball yet
# See https://github.com/ebook-utils/css-parser/pull/2
doCheck = false;
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "css_parser" ];