Drop references to venv (tests are run on global env)
This commit is contained in:
parent
4ec63762d9
commit
c2e5fef0bd
|
@ -76,8 +76,7 @@ jobs:
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
export SECRET_KEY=`python3 -c 'import secrets; print(secrets.token_hex())'`
|
export SECRET_KEY=`python3 -c 'import secrets; print(secrets.token_hex())'`
|
||||||
source env/bin/activate
|
coverage run --source='ereuse_devicehub' pytest -m mvp --maxfail=5 tests/
|
||||||
coverage run --source='ereuse_devicehub' env/bin/pytest -m mvp --maxfail=5 tests/
|
|
||||||
coverage report --include='ereuse_devicehub/*'
|
coverage report --include='ereuse_devicehub/*'
|
||||||
coverage xml
|
coverage xml
|
||||||
|
|
||||||
|
|
Reference in New Issue