python3Packages.sanic-auth: disable failing test
This commit is contained in:
parent
39e8b8b42f
commit
664bd428bd
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ buildPythonPackage rec {
|
|||
sanic-testing
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# incompatible with sanic>=22.3.0
|
||||
"test_login_required"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Support for httpx>=0.20.0
|
||||
substituteInPlace tests/test_auth.py \
|
||||
|
|
Loading…
Reference in a new issue