chia-dev-tools: fix

This commit is contained in:
Louis Bettens 2023-01-30 13:47:25 +01:00
parent 1c906ccc36
commit a151fb2ae8
No known key found for this signature in database

View File

@ -37,12 +37,13 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
(toPythonModule chia)
pytest # required at runtime by the "test" command
pytest-asyncio
pytimeparse
];
nativeCheckInputs = with python3Packages; [
pytestCheckHook
pytest-asyncio
];
preCheck = ''