Drop pyargs

pull/786/head
Jan Hrnko 4 years ago committed by matejcik
parent 2e8df889dc
commit 95f8b68677

@ -9,7 +9,7 @@ let
doCheck = true; # set to false if you want to skip tests
checkPhase = ''
runHook preCheck
pytest --pyargs tests --ignore tests/test_tx_api.py
pytest tests/ --ignore tests/test_tx_api.py
runHook postCheck
'';
});

Loading…
Cancel
Save