python39Packages.azure-synapse-accesscontrol: disable tests

This commit is contained in:
Sandro Jäckel 2021-08-27 05:38:08 +02:00
parent 283e717635
commit ba04294362
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.accesscontrol" ];
meta = with lib; {