mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
python311Packages.pyrmvtransport: disable failing test
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user