Merge pull request #225304 from SuperSandro2000/py3-bottle

python310Packages.bottle: disable timing sensitive test
This commit is contained in:
Robert Scott 2023-04-08 23:54:26 +01:00 committed by GitHub
commit 0be4258cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ buildPythonPackage rec {
"test_delete_cookie"
"test_error"
"test_error_in_generator_callback"
# timing sensitive
"test_ims"
];
__darwinAllowLocalNetworking = true;