mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python310Packages.tableauserverclient: add pythonImportsCheck
This commit is contained in:
parent
d663d69229
commit
2eb5878bf0
@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
# Tests attempt to create some file artifacts and fails
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"tableauserverclient"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Module for working with the Tableau Server REST API";
|
||||
homepage = "https://github.com/tableau/server-client-python";
|
||||
|
Loading…
Reference in New Issue
Block a user