python311Packages.pyrmvtransport: disable failing test

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:34 +01:00
parent 30af6a7887
commit 63c45ccece
@@ -42,6 +42,11 @@ buildPythonPackage rec {
pytest-httpx
];
disabledTests = [
# should fail, but times out
"test__query_rmv_api_fail"
];
patches = [
# Can be removed with next release, https://github.com/cgtobi/PyRMVtransport/pull/55
(fetchpatch {