File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 if : endsWith(matrix.python, '-dev')
6767 with :
6868 python-version : ' ${{ matrix.python }}'
69+ - name : Install python testsuite
70+ if : endsWith(matrix.python, '-dev')
71+ run : |
72+ version=$(echo $PYVERSION | sed 's/-dev//')
73+ sudo apt-get install -y --no-install-recommends libpython${version}-testsuite
74+ env :
75+ PYVERSION : ' ${{ matrix.python }}'
6976 - name : Run tests
7077 run : ./ci.sh
7178 env :
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ if python -c 'import sys; sys.exit(sys.version_info >= (3, 7))'; then
8080 git diff test-requirements.txt
8181fi
8282
83+ # See https://github.com/python-trio/trio/issues/334
84+ YAPF_VERSION=0.20.0
85+
8386if [ " $CHECK_FORMATTING " = " 1" ]; then
8487 pip install yapf==${YAPF_VERSION}
8588 if ! yapf -rpd setup.py trio_asyncio; then
You can’t perform that action at this time.
0 commit comments