Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ setupAZ(){
# need to be executed in a venv
installTestPackages(){
# install pytest plugins
pip install pytest-json-report pytest-rerunfailures pytest-cov pytest-forked --upgrade
pip install pytest-json-report==1.5.0 pytest-rerunfailures==11.0 pytest-cov==4.0.0 pytest-forked==1.6.0

# install coverage for measuring code coverage
pip install coverage
Expand Down