clan-cli: fix tests

This commit is contained in:
Jörg Thalheim
2023-07-21 13:50:53 +02:00
parent b7cf89dba8
commit e4ccd85848

View File

@@ -65,8 +65,7 @@ let
cp -r ${src} ./src
chmod +w -R ./src
cd src
find .
${checkPython}/bin/pytest
${checkPython}/bin/python -m pytest ./tests
touch $out
'';