python3Packages.django-celery-beat: skip failing test

This commit is contained in:
Gaetan Lepage
2025-12-20 10:00:18 +00:00
parent 0707070b18
commit eb76a42411
@@ -56,6 +56,11 @@ buildPythonPackage rec {
"t/unit/test_schedulers.py"
];
disabledTests = [
# AssertionError: 'At 02:00, only on Monday UTC' != 'At 02:00 AM, only on Monday UTC'
"test_long_name"
];
pythonImportsCheck = [ "django_celery_beat" ];
meta = {