python3Packages.django-compressor: remove calmjs from tests

The calmjs library is very stuck on pkg_resources, which has been removed
in setuptools 82. Older versions cannot be propagated in the python
package set.
This commit is contained in:
Martin Weinelt
2026-07-02 17:11:22 +02:00
parent 9644c63685
commit dc36382bc1

View File

@@ -15,7 +15,6 @@
# tests
beautifulsoup4,
brotli,
calmjs,
csscompressor,
django-sekizai,
jinja2,
@@ -52,7 +51,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
beautifulsoup4
brotli
calmjs
csscompressor
django-sekizai
jinja2
@@ -68,6 +66,8 @@ buildPythonPackage rec {
disabledTests = [
# we set mtime to 1980-01-02
"test_css_mtimes"
# calmjs removed from test deps, because it requires pkg_resources at runtime
"test_calmjs_filter"
];
pythonImportsCheck = [ "compressor" ];