Merge pull request #213579 from lourkeur/chia-dev-tools

This commit is contained in:
Sandro 2023-02-01 01:31:48 +01:00 committed by GitHub
commit 27ce3ac328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''