python312Packages.dvc-task: disable tests with require Docker setup
This commit is contained in:
parent
02a8f81ccb
commit
0d0b7cb087
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user