File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 flags : " -K scanner"
9292 # PyPy tests: root only
9393 - os : ubuntu-latest
94- python : " pypy3.9 "
94+ python : " pypy3.10 "
9595 mode : root
9696 flags : " -K scanner"
9797 # Libpcap test
@@ -112,7 +112,7 @@ jobs:
112112 allow-failure : ' true'
113113 flags : " -k scanner"
114114 - os : ubuntu-latest
115- python : " pypy3.9 "
115+ python : " pypy3.10 "
116116 mode : root
117117 allow-failure : ' true'
118118 flags : " -k scanner"
Original file line number Diff line number Diff line change 5858 export SIMPLE_TESTS=" true"
5959 export PYTHON
6060 export DISABLE_COVERAGE=" "
61- PYVER=$( $PYTHON -c " import sys; print('.'.join(sys.version.split('.')[:2]))" )
61+ PYVER=$( $PYTHON -c " import sys,platform ; print(('pypy' if platform.python_implementation() == 'PyPy' else '') + '.'.join(sys.version.split('.')[:2]))" )
6262 bash ${DIR} /.config/ci/test.sh $PYVER non_root
6363 exit $?
6464fi
You can’t perform that action at this time.
0 commit comments