diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8eacabe9..95ee4ed8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: Test run: | - pytest -vs --cov=adi --scan-verbose --emu --junitxml="results.xml" -k 'not prod' + pytest -vs --cov=adi --scan-verbose --emu --junitxml="results.xml" -k 'not prod' -n auto - name: Report coverage if: (github.event_name != 'pull_request') && (matrix.python-version == 3.6) @@ -68,7 +68,7 @@ jobs: - name: Test without optional dependencies run: | pip uninstall -y paramiko - pytest -vs --scan-verbose --emu --junitxml="results.xml" -k 'not prod' + pytest -vs --scan-verbose --emu --junitxml="results.xml" -k 'not prod' -n auto Lint: diff --git a/requirements_dev.txt b/requirements_dev.txt index 3e4cb7237..b4c640596 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ scapy scipy<=1.12.0 pytest-cov coveralls -pytest-libiio>=0.0.20 +pytest-libiio>=0.0.21 bump2version pytest-html==3.2.0 plotly-express