Skip to content

Commit 2872aa0

Browse files
committed
WIP
1 parent 415c297 commit 2872aa0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

ci/templates/.github/workflows/github-actions.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525
{% set python %}pypy-{{ prefix[4] }}.{{ prefix[5:] }}{% endset %}
2626
{% set cpython %}pp{{ prefix[4:5] }}{% endset %}
2727
{% set toxpython %}pypy{{ prefix[4] }}.{{ prefix[5:] }}{% endset %}
28-
{% set pypy %}true{% endset %}
2928
{% else %}
3029
{% set python %}{{ prefix[2] }}.{{ prefix[3:] }}{% endset %}
3130
{% set cpython %}cp{{ prefix[2:] }}{% endset %}
3231
{% set toxpython %}python{{ prefix[2] }}.{{ prefix[3:] }}{% endset %}
33-
{% set pypy %}false{% endset %}
3432
{% endif %}
3533
{% for os, python_arch in [
3634
['ubuntu', 'x64'],
@@ -42,7 +40,6 @@ jobs:
4240
python_arch: '{{ python_arch }}'
4341
tox_env: '{{ env }}'
4442
os: '{{ os }}-latest'
45-
pypy: {{ pypy }}
4643
{% endfor %}
4744
{% endfor %}
4845
steps:
@@ -54,11 +51,6 @@ jobs:
5451
python-version: {{ '${{ matrix.python }}' }}
5552
architecture: {{ '${{ matrix.python_arch }}' }}
5653

57-
- name: install dependencies (terminfo)
58-
if: >
59-
matrix.pypy
60-
run: >
61-
sudo apt-get install terminfo libtinfo6 libncursesw6
6254
- name: install dependencies
6355
run: |
6456
python -mpip install --progress-bar=off -r ci/requirements.txt
@@ -71,7 +63,6 @@ jobs:
7163
env:
7264
TOXPYTHON: '{{ '${{ matrix.toxpython }}' }}'
7365
MANHOLE_TEST_TIMEOUT: 40
74-
TERM: xterm
7566
run: >
7667
tox -e {{ '${{ matrix.tox_env }}' }} -v
7768
finish:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ basepython =
3232
setenv =
3333
PYTHONPATH={toxinidir}/tests
3434
PYTHONUNBUFFERED=yes
35+
TERM=xterm
3536
passenv =
3637
*
3738
usedevelop =

0 commit comments

Comments
 (0)