20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
27 src = fetchFromGitHub {
29 repo = "msrest-for-python";
31 rev = "2d8fd04f68a124d0f3df7b81584accc3270b1afc";
32 hash = "sha256-1EXXXflhDeU+erdI+NsWxSX76ooDTl3+MyQwRzm2xV0=";
39 propagatedBuildInputs = [
57 # Test require network access
60 "test_basic_async_requests"
61 "test_basic_async_requests"
62 "test_conf_async_requests"
63 "test_conf_async_requests"
64 "test_conf_async_trio_requests"
65 ] ++ lib.optionals (pythonAtLeast "3.12") [
66 # AttributeError: 'TestAuthentication' object has no attribute...
70 "test_eventgrid_domain_auth"
73 pythonImportsCheck = [
78 description = "The runtime library for AutoRest generated Python clients";
79 homepage = "https://github.com/Azure/msrest-for-python";
80 license = licenses.mit;
81 maintainers = with maintainers; [ bendlas jonringer maxwilson ];