mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 22:28:55 +00:00
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:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user