Loading pkgs/development/python-modules/bitcoinrpc/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ httpx, typing-extensions, pytestCheckHook, pytest-asyncio, }: buildPythonPackage rec { Loading @@ -26,7 +27,12 @@ buildPythonPackage rec { typing-extensions ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio ]; disabledTestPaths = [ "tests/test_connection.py" ]; pythonImportsCheck = [ "bitcoinrpc" ]; Loading Loading
pkgs/development/python-modules/bitcoinrpc/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ httpx, typing-extensions, pytestCheckHook, pytest-asyncio, }: buildPythonPackage rec { Loading @@ -26,7 +27,12 @@ buildPythonPackage rec { typing-extensions ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio ]; disabledTestPaths = [ "tests/test_connection.py" ]; pythonImportsCheck = [ "bitcoinrpc" ]; Loading