Commit bebbdb0a authored by Sigmanificient's avatar Sigmanificient
Browse files

python314Packages.bitcoinrpc: fix build

parent 7bd2d2bb
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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" ];