Skip to content

Commit f743659

Browse files
chore(deps): update python packages (#856)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f0c6fe commit f743659

File tree

2 files changed

+70
-52
lines changed

2 files changed

+70
-52
lines changed

.github/workflows/run_system_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
1818
# incomplete JUnit XML results.
1919
fail-fast: false
20+
env:
21+
# Work around https://github.com/ni/nidaqmx-python/issues/862 - docs tox
22+
# env fails on rdss-nidaqmxbot-win-10-py32
23+
tox-args: ${{ matrix.configuration == 'win-10-py32' && '--skip-env docs' || '' }}
2024
timeout-minutes: 90
2125
steps:
2226
- name: Check out repo
@@ -37,7 +41,7 @@ jobs:
3741
- name: Install dependencies
3842
run: poetry install
3943
- name: Run system tests
40-
run: poetry run tox
44+
run: poetry run tox ${{ env.tox-args }}
4145
- name: Rename test results
4246
# TODO: Add Git Bash to the path on self-hosted Windows runners
4347
run: Get-ChildItem test_results/*.xml | Rename-Item -NewName { $_.Name -replace '.xml','-${{ matrix.configuration }}.xml' }

poetry.lock

Lines changed: 65 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)