lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.authcaptureproxy: disable failing test

+2
+2
pkgs/development/python-modules/authcaptureproxy/default.nix
··· 51 51 # test fails with frequency 1/200 52 52 # https://github.com/alandtse/auth_capture_proxy/issues/25 53 53 "test_return_timer_countdown_refresh_html" 54 + # AttributeError: 'NoneType' object has no attribute 'get' 55 + "test_replace_empty_action_urls" 54 56 ]; 55 57 56 58 pythonImportsCheck = [ "authcaptureproxy" ];