python311Packages.authcaptureproxy: disable failing test
https://github.com/alandtse/auth_capture_proxy/issues/25 test test_return_timer_countdown_refresh_html fails with a frequency of 1/200.
This commit is contained in:
parent
61202fc867
commit
850ac0bcff
1 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,16 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# test fails with frequency 1/200
|
||||
# https://github.com/alandtse/auth_capture_proxy/issues/25
|
||||
"test_return_timer_countdown_refresh_html"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"authcaptureproxy"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/alandtse/auth_capture_proxy/releases/tag/v${version}";
|
||||
description = "A proxy to capture authentication information from a webpage";
|
||||
|
|
Loading…
Reference in a new issue