python3Packages.azure-core: 1.12.0 -> 1.13.0

authored by Jonathan Ringer and committed by Jonathan Ringer 3ef55161 3fe1f005

+4 -2
+4 -2
pkgs/development/python-modules/azure-core/default.nix
··· 14 }: 15 16 buildPythonPackage rec { 17 - version = "1.12.0"; 18 pname = "azure-core"; 19 disabled = isPy27; 20 21 src = fetchPypi { 22 inherit pname version; 23 extension = "zip"; 24 - sha256 = "adf2b1c6ef150a92295b4b405f982a9d2c55c4846728cb14760ca592acbb09ec"; 25 }; 26 27 propagatedBuildInputs = [ ··· 45 pytestFlagsArray = [ "tests/" ]; 46 # disable tests which touch network 47 disabledTests = [ "aiohttp" "multipart_send" "response" "request" "timeout" ]; 48 49 meta = with lib; { 50 description = "Microsoft Azure Core Library for Python";
··· 14 }: 15 16 buildPythonPackage rec { 17 + version = "1.13.0"; 18 pname = "azure-core"; 19 disabled = isPy27; 20 21 src = fetchPypi { 22 inherit pname version; 23 extension = "zip"; 24 + sha256 = "624b46db407dbed9e03134ab65214efab5b5315949a1fbd6cd592c46fb272588"; 25 }; 26 27 propagatedBuildInputs = [ ··· 45 pytestFlagsArray = [ "tests/" ]; 46 # disable tests which touch network 47 disabledTests = [ "aiohttp" "multipart_send" "response" "request" "timeout" ]; 48 + # requires testing modules which aren't published, and likely to create cyclic dependencies 49 + disabledTestPaths = [ "tests/test_connection_string_parsing.py" ]; 50 51 meta = with lib; { 52 description = "Microsoft Azure Core Library for Python";