Unverified Commit 135ea038 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python312Packages.dvc-task: disable tests with require Docker setup
parents 78013614 0d0b7cb0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {