Skip to content

Commit

Permalink
Add pytest-xdist to dev requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Sep 10, 2024
1 parent 6239b7f commit 5a16288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ pyyaml
coveralls
tox
paramiko
pytest-xdist
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ deps =
pyyaml
pytest-mock
pytest-cov
pytest-xdist
paramiko
commands = pytest {posargs:tests} --cov-config=.coveragerc --cov={envsitepackagesdir}/pytest_libiio --cov-append --cov-report=term-missing --resource-dir={toxinidir}/tests/resources

Expand Down

0 comments on commit 5a16288

Please sign in to comment.