Skip to content

Commit

Permalink
Update pytest package versions
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 6, 2023
1 parent 1aca669 commit 7dffb6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/scripts/install_pydeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
sudo apt-get install -y python3-pip python3-setuptools
pip install -r requirements.txt
pip install -r requirements_dev.txt
# pip install pylibiio


if [ "$LIBIIO_BRANCH" = "main" ]; then
pip install --force-reinstall pytest-libiio@git+https://github.com/tfcollins/pytest-libiio.git@libiio-v1-support
else
pip install pytest-libiio==0.0.14
fi
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scapy
scipy
pytest-cov
coveralls
pytest-libiio@git+https://github.com/tfcollins/pytest-libiio.git@libiio-v1-support
pytest-libiio==0.0.14
bump2version
pytest-html
plotly-express
Expand Down

0 comments on commit 7dffb6b

Please sign in to comment.