pytest is missing for some reason
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c50cd6b23a
commit
f3e8750ff1
@ -41,7 +41,7 @@ steps:
|
|||||||
PRODUCER_REDIS: cache
|
PRODUCER_REDIS: cache
|
||||||
commands:
|
commands:
|
||||||
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
||||||
- pip3 install --cache-dir='./.pipcache' coverage
|
- pip3 install --cache-dir='./.pipcache' coverage pytest
|
||||||
- coverage run -m pytest test.py
|
- coverage run -m pytest test.py
|
||||||
- coverage report -m
|
- coverage report -m
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user