mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
Merge pull request #335340 from fabaff/dvc-task-tests
python312Packages.dvc-task: disable tests with require Docker setup
This commit is contained in:
commit
135ea0383b
@ -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