python39Packages.azure-synapse-artifacts: disable checkPhase

This commit is contained in:
Sandro Jäckel 2021-08-26 22:46:25 +02:00
parent a627022f1a
commit 76182a28c9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,6 +20,9 @@ buildPythonPackage rec {
msrest
];
# zero tests run
doCheck = false;
pythonImportsCheck = [ "azure.synapse.artifacts" ];
meta = with lib; {