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:
Miro Hrončok 2022-03-07 21:17:09 +01:00
commit 362f438cc6
2 changed files with 7 additions and 4 deletions

View file

@ -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