mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python3Packages.sanic-auth: disable failing test
This commit is contained in:
parent
39e8b8b42f
commit
664bd428bd
@ -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 New Issue
Block a user