python3Packages.PyRMVTransport: disable failing test

https://github.com/Colin-b/pytest_httpx/issues/40#issuecomment-832116903
This commit is contained in:
Martin Weinelt 2021-05-05 23:23:21 +02:00
parent db37438260
commit 47235d6d1a
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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";