Skip to content

Commit 8ee4137

Browse files
committed
filter on stub tests
1 parent 5661ff2 commit 8ee4137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-stubs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
max_attempts: 2
5555
timeout_minutes: 3
5656
retry_on: error
57-
command: cd ./stubs && pytest --mypy-ini-file test/setup.cfg --mypy-only-local-stub && cd -
57+
command: cd ./stubs && pytest --mypy-ini-file test/setup.cfg --mypy-only-local-stub -xvs "test/test_stubs.yml::*[python_version='${{ matrix.ver }}']" && cd -

0 commit comments

Comments
 (0)