Drop references to venv (tests are run on global env)

This commit is contained in:
Santiago L 2022-03-03 09:35:36 +01:00
parent 4ec63762d9
commit c2e5fef0bd
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ jobs:
- name: Run Tests
run: |
export SECRET_KEY=`python3 -c 'import secrets; print(secrets.token_hex())'`
source env/bin/activate
coverage run --source='ereuse_devicehub' env/bin/pytest -m mvp --maxfail=5 tests/
coverage run --source='ereuse_devicehub' pytest -m mvp --maxfail=5 tests/
coverage report --include='ereuse_devicehub/*'
coverage xml