python314Packages.bitcoinrpc: fix build

This commit is contained in:
Sigmanificient
2026-04-17 23:36:42 +02:00
parent 7bd2d2bb86
commit bebbdb0a9e
@@ -6,6 +6,7 @@
httpx,
typing-extensions,
pytestCheckHook,
pytest-asyncio,
}:
buildPythonPackage rec {
@@ -26,7 +27,12 @@ buildPythonPackage rec {
typing-extensions
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio
];
disabledTestPaths = [ "tests/test_connection.py" ];
pythonImportsCheck = [ "bitcoinrpc" ];