Skip to content

Commit c45bf91

Browse files
committed
fix: scope validate pytest to exact test file, not directory
1 parent 7b7edc9 commit c45bf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Run packaging smoke tests against installed ${{ matrix.artifact }}
8282
run: |
83-
python -m pytest tests/gatt/ \
83+
python -m pytest tests/gatt/test_uuid_registry.py \
8484
--override-ini="pythonpath=" \
8585
-m packaging \
8686
-v

0 commit comments

Comments
 (0)