CI: Test tox provision with this end-of-life Python version
https://tox.wiki/en/4.23.0/faq.html#testing-end-of-life-python-versions
This commit is contained in:
parent
227b325880
commit
c16725b85b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
tests:
|
||||
- smoke:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.6 ./venv.sh
|
||||
run: VERSION=3.6 TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh
|
||||
- marshalparser:
|
||||
dir: python/marshalparser
|
||||
run: VERSION=3.6 SAMPLE=10 test_marshalparser_compatibility.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue