python3Packages.PyRMVTransport: disable failing test
https://github.com/Colin-b/pytest_httpx/issues/40#issuecomment-832116903
This commit is contained in:
parent
db37438260
commit
47235d6d1a
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ buildPythonPackage rec {
|
|||
pytest-httpx
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# fails with pytest-httpx>=0.12.0
|
||||
"test__query_rmv_api_fail"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/cgtobi/PyRMVtransport";
|
||||
description = "Get transport information from opendata.rmv.de";
|
||||
|
|
Loading…
Reference in a new issue