We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82c423 commit e8e88f3Copy full SHA for e8e88f3
.gitlab-ci.yml
@@ -69,6 +69,8 @@ test:3.13:
69
- source ~/.cargo/env
70
- rm -f .coverage* collected-coverage
71
- pip install tox
72
+ # Workaround for https://github.com/python-cffi/cffi/issues/71
73
+ - tox -e py313-allextras exec --skip-pkg-install -- pip install git+https://github.com/python-cffi/cffi/
74
# Separate run so I don't waste time telling errors in setup apart from errors at runtime
75
- tox --notest --skip-env '^py31[^3]'
76
- "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]'"
0 commit comments