Skip to content

Commit 89b73e0

Browse files
authored
Merge pull request #185 from jmoiron/revert-174-toxless-pypy3
Revert "GHA: Temporarily toxlessly test PyPy"
2 parents 0cbd1ab + 9b5fa9d commit 89b73e0

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,10 @@ jobs:
4646
python -m pip install --upgrade tox
4747
4848
- name: Tox tests
49-
if: matrix.python-version != 'pypy3'
5049
shell: bash
5150
run: |
5251
tox -e py
5352
54-
# Temporarily test PyPy3 without tox:
55-
# https://foss.heptapod.net/pypy/pypy/-/issues/3331
56-
# https://github.com/tox-dev/tox/issues/1704
57-
- name: Non-tox tests (PyPy3)
58-
if: matrix.python-version == 'pypy3'
59-
shell: bash
60-
run: |
61-
python -m pip install ".[tests]"
62-
python -m pytest --cov humanize --cov tests --cov-report xml
63-
6453
- name: Upload coverage
6554
uses: codecov/codecov-action@v1
6655
with:

0 commit comments

Comments
 (0)