mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-22 06:16:31 +01:00
fixes after change to src-layout
This commit is contained in:
parent
3e4476e317
commit
144c9e6320
10 changed files with 63 additions and 21 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue