python312Packages.dvc-task: disable tests with require Docker setup

This commit is contained in:
Fabian Affolter 2024-08-17 11:55:22 +02:00
parent 02a8f81ccb
commit 0d0b7cb087

View File

@ -49,6 +49,8 @@ buildPythonPackage rec {
disabledTests = [
# Test is flaky
"test_start_already_exists"
# Tests require a Docker setup
"celery_setup_worker"
];
meta = with lib; {