python39Packages.azure-synapse-accesscontrol: disable tests
This commit is contained in:
parent
283e717635
commit
ba04294362
@ -20,6 +20,9 @@ buildPythonPackage rec {
|
||||
msrest
|
||||
];
|
||||
|
||||
# zero tests run
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "azure.synapse.accesscontrol" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user