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
@ -42,6 +42,11 @@ buildPythonPackage rec {
|
|||||||
pytest-httpx
|
pytest-httpx
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# fails with pytest-httpx>=0.12.0
|
||||||
|
"test__query_rmv_api_fail"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/cgtobi/PyRMVtransport";
|
homepage = "https://github.com/cgtobi/PyRMVtransport";
|
||||||
description = "Get transport information from opendata.rmv.de";
|
description = "Get transport information from opendata.rmv.de";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user