Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pypy-3.8 for tests #498

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python -m tox -e docs

tests:
uses: pytest-dev/pytest-html/.github/workflows/tests.yml@master
uses: BeyondEvil/pytest-html/.github/workflows/tests.yml@jim/fix-pypy-3-6-eol

publish:
name: Publish to PyPI registry
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ jobs:

- os: ubuntu-latest
name: pypy3-ubuntu
python-version: pypy3
python-version: pypy-3.8

- os: windows-latest
name: pypy3-windows
python-version: pypy3
python-version: pypy-3.8

# https://github.com/pytest-dev/pytest-html/issues/482
# - os: macOS-latest
# name: pypy3-mac
# python-version: pypy3
- os: macOS-latest
name: pypy3-mac
python-version: pypy-3.8

- os: ubuntu-latest
name: devel-ubuntu
Expand Down