python39Packages.azure-synapse-artifacts: disable checkPhase
This commit is contained in:
parent
a627022f1a
commit
76182a28c9
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ buildPythonPackage rec {
|
||||||
msrest
|
msrest
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# zero tests run
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "azure.synapse.artifacts" ];
|
pythonImportsCheck = [ "azure.synapse.artifacts" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue