python3Packages.pyrmvtransport: support for later pytest-httpx

This commit is contained in:
Fabian Affolter
2022-01-11 09:44:18 +01:00
parent c93fe3d0dc
commit 55d6c2cdb6
2 changed files with 13 additions and 1 deletions
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, httpx
, protobuf
, pytest-asyncio
@@ -38,7 +39,6 @@ buildPythonPackage rec {
zeroconf
];
checkInputs = [
pytest-asyncio
pytest-httpx
@@ -46,6 +46,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"devolo_plc_api"
];