1 { lib, buildPythonPackage, fetchPypi, isPy27
16 buildPythonPackage rec {
22 inherit pname version;
24 sha256 = "adf2b1c6ef150a92295b4b405f982a9d2c55c4846728cb14760ca592acbb09ec";
27 propagatedBuildInputs = [
45 pytestFlagsArray = [ "tests/" ];
46 # disable tests which touch network
47 disabledTests = [ "aiohttp" "multipart_send" "response" "request" "timeout" ];
50 description = "Microsoft Azure Core Library for Python";
51 homepage = "https://github.com/Azure/azure-sdk-for-python";
52 license = licenses.mit;
53 maintainers = with maintainers; [ jonringer ];