Fix dev dependency pytest
This commit is contained in:
parent
95e05d4fc9
commit
049cd159ce
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ echo "Installing dependencies..."
|
|||
python3 -m pip install --upgrade -r requirements_all.txt
|
||||
|
||||
echo "Installing development dependencies.."
|
||||
python3 -m pip install --upgrade flake8 pylint coveralls py.test
|
||||
python3 -m pip install --upgrade flake8 pylint coveralls pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue