mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
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
|
||||
];
|
||||
|
||||
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 New Issue
Block a user