python3Packages.slowapi: skip tests broken by starlette 1.0
This commit is contained in:
committed by
Martin Weinelt
parent
eb3b83f357
commit
df634ceed9
@@ -45,6 +45,10 @@ buildPythonPackage rec {
|
||||
# AssertionError: assert '1740326049.9886339' == '1740326049'
|
||||
"test_headers_no_breach"
|
||||
"test_headers_breach"
|
||||
# tests use @app.route() removed in Starlette 1.0
|
||||
# https://github.com/laurentS/slowapi/issues/271
|
||||
"test_retry_after"
|
||||
"test_exempt_decorator"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "slowapi" ];
|
||||
|
||||
Reference in New Issue
Block a user