Instead of checking for Jython, make it possible to opt-out from the Cython test
- we don't have Jython any more and even if we had, we could explicitly opt out from it - we sometimes need to opt out from Cython test in the development versions of Python
This commit is contained in:
parent
bc948d6e50
commit
362f438cc6
2 changed files with 7 additions and 4 deletions
|
|
@ -39,7 +39,7 @@
|
|||
run: VERSION=3.9 METHOD=venv ./venv.sh
|
||||
- smoke311:
|
||||
dir: smoke
|
||||
run: VERSION=3.11 METHOD=venv ./venv.sh
|
||||
run: VERSION=3.11 METHOD=venv CYTHON=false ./venv.sh
|
||||
- smoke39_seeder_pip:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue