python3Packages.sanic-auth: disable failing test

This commit is contained in:
Martin Weinelt 2022-05-26 16:36:48 +02:00
parent 39e8b8b42f
commit 664bd428bd
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 \