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
commit 135ea0383b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; {