dvc: add pythonImportsCheck

This commit is contained in:
Ben Darwin 2023-06-29 15:49:50 -04:00
parent 809e967d12
commit 0dbbee7aba

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