python314Packages.bitcoinrpc: fix build
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user