Skip to content

Commit

Permalink
Move to non-dev pytest-libiio
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 22, 2021
1 parent 50c89c7 commit 412b794
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
run: |
bash ./.github/scripts/install_libiio.sh
bash ./.github/scripts/install_pydeps.sh
pip install git+https://github.com/tfcollins/pytest-libiio.git@mock-dev-emulation
- name: Test
run: pytest -v --cov=adi
Expand Down Expand Up @@ -51,8 +50,6 @@ jobs:
bash ./.github/scripts/install_iioemu.sh
bash ./.github/scripts/install_pydeps.sh
sudo apt install -y python3-tk
pip install git+https://github.com/tfcollins/pytest-libiio.git@mock-dev-emulation
- name: Test
run: |
Expand Down
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
pytest-libiio
bump2version
pytest-html
plotly-express
Expand Down

0 comments on commit 412b794

Please sign in to comment.