Merge pull request #240595 from bcdarwin/dvc-add-pythonImportsCheck

dvc: add pythonImportsCheck
This commit is contained in:
Fabian Affolter
2023-06-30 13:19:49 +02:00
committed by GitHub
@@ -89,6 +89,8 @@ python3.pkgs.buildPythonApplication rec {
# Tests require access to real cloud services
doCheck = false;
pythonImportsCheck = [ "dvc" "dvc.api" ];
meta = with lib; {
description = "Version Control System for Machine Learning Projects";
homepage = "https://dvc.org";