forked from mirrors/nixpkgs
python3Packages.azure-core: 1.23.0 -> 1.23.1
This commit is contained in:
parent
280ec33cd2
commit
c0a3fcdf9f
|
@ -15,14 +15,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.23.0";
|
version = "1.23.1";
|
||||||
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 = "sha256-pWpvcg0JSNPz5KJaX+Rt8vG3+GXDWNdOLOR9u0kmJgg=";
|
sha256 = "sha256-KKAd+68KaBLE4qgtFkLqMJVqlznyW8d8myO5H06mjw8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -57,6 +57,8 @@ buildPythonPackage rec {
|
||||||
"response"
|
"response"
|
||||||
"request"
|
"request"
|
||||||
"timeout"
|
"timeout"
|
||||||
|
"test_sync_transport_short_read_download_stream"
|
||||||
|
"test_aio_transport_short_read_download_stream"
|
||||||
# disable 8 tests failing on some darwin machines with errors:
|
# disable 8 tests failing on some darwin machines with errors:
|
||||||
# azure.core.polling.base_polling.BadStatus: Invalid return status 403 for 'GET' operation
|
# azure.core.polling.base_polling.BadStatus: Invalid return status 403 for 'GET' operation
|
||||||
# azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Forbidden'
|
# azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Forbidden'
|
||||||
|
|
Loading…
Reference in a new issue