Skip to content

Commit

Permalink
Test fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jul 27, 2024
1 parent 28562e6 commit 0a034a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
PYTHON_VERSION: ${{ matrix.python-version }}
run: |
poetry run pytest -x --cov pynetdicom --ignore=pynetdicom/apps pynetdicom/tests/test_assoc.py &&
poetry run pytest -x --cov pynetdicom --ignore=pynetdicom/apps pynetdicom/tests/test_assoc.py::TestAssociationWindows &&
poetry run coverage xml
- name: Send coverage results
if: ${{ success() }}
Expand Down
1 change: 1 addition & 0 deletions pynetdicom/tests/test_assoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
UnifiedProcedureStepPush,
RepositoryQuery,
)
from pynetdicom.utils import set_timer_resolution

from .hide_modules import hide_modules

Expand Down

0 comments on commit 0a034a8

Please sign in to comment.