We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7edc9 commit c45bf91Copy full SHA for c45bf91
1 file changed
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Run packaging smoke tests against installed ${{ matrix.artifact }}
82
run: |
83
- python -m pytest tests/gatt/ \
+ python -m pytest tests/gatt/test_uuid_registry.py \
84
--override-ini="pythonpath=" \
85
-m packaging \
86
-v
0 commit comments