python37Packages.azure-identity: fix build

wip/yesman
Jonathan Ringer 4 years ago committed by Jon
parent 22f82fc8ca
commit e87a7d68c2
  1. 7
      pkgs/development/python-modules/azure-identity/default.nix

@ -38,6 +38,13 @@ buildPythonPackage rec {
msrestazure
];
prePatch = ''
substituteInPlace setup.py \
--replace msal-extensions~=0.1.3 msal-extensions
'';
pythonImportsCheck = [ "azure.identity" ];
# Requires checkout from mono-repo and a mock account:
# https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/tests.yml
doCheck = false;

Loading…
Cancel
Save