python310Packages.tableauserverclient: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-11-12 13:55:55 +01:00 committed by GitHub
parent d663d69229
commit 2eb5878bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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