mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #240595 from bcdarwin/dvc-add-pythonImportsCheck
dvc: add pythonImportsCheck
This commit is contained in:
commit
0657c42d45
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user