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
commit 0657c42d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";