Unverified Commit 2eb5878b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.tableauserverclient: add pythonImportsCheck

parent d663d692
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";