python311Packages.pyrmvtransport: disable failing test

This commit is contained in:
Martin Weinelt 2023-12-17 04:35:46 +01:00
parent 30af6a7887
commit 63c45ccece
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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