17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
27 rev = "refs/tags/${version}";
28 hash = "sha256-bRQJLncxCigYPEtlvKjUtKqhcBkB7erEtoJQ30yGamE=";
31 build-system = [ setuptools-scm ];
47 pythonImportsCheck = [ "dvc_task" ];
51 "test_start_already_exists"
52 # Tests require a Docker setup
57 description = "Celery task queue used in DVC";
58 homepage = "https://github.com/iterative/dvc-task";
59 changelog = "https://github.com/iterative/dvc-task/releases/tag/${version}";
60 license = licenses.asl20;
61 maintainers = with maintainers; [ fab ];