python39Packages.slowapi: disable failing tests

This commit is contained in:
Sandro Jäckel
2021-09-05 15:00:34 +02:00
committed by Martin Weinelt
parent 308c47e656
commit 0c2053760f
@@ -43,6 +43,12 @@ buildPythonPackage rec {
starlette
];
disabledTests = [
# E AssertionError: Regex pattern 'parameter `request` must be an instance of starlette.requests.Request' does not match 'This portal is not running'.
"test_endpoint_request_param_invalid"
"test_endpoint_response_param_invalid"
];
patches = [
# Switch to poetry-core, https://github.com/laurentS/slowapi/pull/54
(fetchpatch {