fixes after change to src-layout

This commit is contained in:
scito 2022-12-30 15:31:41 +01:00
parent 3e4476e317
commit 144c9e6320
10 changed files with 63 additions and 21 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
cd /extract
pip install -U pytest pytest-mock && pytest "$@"
pip install -U pytest pytest-mock && pip install --no-deps . && pytest "$@"