python3Packages.csscompressor: enable tests

This commit is contained in:
Sigmanificient
2026-07-20 01:10:44 +02:00
parent 6488525151
commit d50459b836
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -14,7 +15,7 @@ buildPythonPackage rec {
sha256 = "afa22badbcf3120a4f392e4d22f9fff485c044a1feda4a950ecc5eba9dd31a05";
};
doCheck = false; # No tests
nativeCheckInputs = [ pytestCheckHook ];
meta = {
description = "Python port of YUI CSS Compressor";