Skip to content

Commit a82c423

Browse files
committed
CI: Fix copy-paste error in 3.13 tests that would only have run 3.13
1 parent 141535b commit a82c423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ test:3.13:
7070
- rm -f .coverage* collected-coverage
7171
- pip install tox
7272
# Separate run so I don't waste time telling errors in setup apart from errors at runtime
73-
- tox --notest --skip-env '^py31[^2]'
74-
- "AIOCOAP_TEST_MCIF=\"$(ip -j -6 route list default | python3 -c 'import sys, json; print(json.load(sys.stdin)[0][\"dev\"])')\" tox --skip-env '^py31[^2]'"
73+
- tox --notest --skip-env '^py31[^3]'
74+
- "AIOCOAP_TEST_MCIF=\"$(ip -j -6 route list default | python3 -c 'import sys, json; print(json.load(sys.stdin)[0][\"dev\"])')\" tox --skip-env '^py31[^3]'"
7575
- mkdir collected-coverage/tox-3.13/ -p
7676
- mv .coverage* collected-coverage/tox-3.13/
7777
artifacts:

0 commit comments

Comments
 (0)