Skip to content

Commit

Permalink
Add pytest-xdist 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 9, 2024
1 parent 3be6445 commit 6239b7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ def read(fname):
packages=["pytest_libiio"],
package_data={"pytest_libiio": ["resources/*"]},
python_requires=">=3.5",
install_requires=["pytest>=3.5.0", "pylibiio>=0.23.1", "pyyaml", "lxml", "click"],
install_requires=[
"pytest>=3.5.0",
"pylibiio>=0.23.1",
"pyyaml",
"lxml",
"click",
"pytest-xdist",
],
extras_require={"ssh": ["paramiko"]},
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 6239b7f

Please sign in to comment.