Merge pull request #335340 from fabaff/dvc-task-tests

python312Packages.dvc-task: disable tests with require Docker setup
This commit is contained in:
Fabian Affolter
2024-08-17 15:44:28 +02:00
committed by GitHub
@@ -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; {