python3Packages.prawcore: disable failing test

This commit is contained in:
Martin Weinelt
2026-05-30 03:53:16 +02:00
parent fe760b16bc
commit d5ff76f1cf
@@ -39,6 +39,11 @@ buildPythonPackage (finalAttrs: {
pytestCheckHook
];
disabledTests = [
# fixture out of date
"test_request__session_timeout_default"
];
disabledTestPaths = [
# tests requiring network
"tests/integration"