python3Packages.azure-core: 1.12.0 -> 1.13.0
This commit is contained in:
parent
3fe1f00593
commit
3ef55161e5
@ -14,14 +14,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.12.0";
|
version = "1.13.0";
|
||||||
pname = "azure-core";
|
pname = "azure-core";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "adf2b1c6ef150a92295b4b405f982a9d2c55c4846728cb14760ca592acbb09ec";
|
sha256 = "624b46db407dbed9e03134ab65214efab5b5315949a1fbd6cd592c46fb272588";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -45,6 +45,8 @@ buildPythonPackage rec {
|
|||||||
pytestFlagsArray = [ "tests/" ];
|
pytestFlagsArray = [ "tests/" ];
|
||||||
# disable tests which touch network
|
# disable tests which touch network
|
||||||
disabledTests = [ "aiohttp" "multipart_send" "response" "request" "timeout" ];
|
disabledTests = [ "aiohttp" "multipart_send" "response" "request" "timeout" ];
|
||||||
|
# requires testing modules which aren't published, and likely to create cyclic dependencies
|
||||||
|
disabledTestPaths = [ "tests/test_connection_string_parsing.py" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Microsoft Azure Core Library for Python";
|
description = "Microsoft Azure Core Library for Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user