Skip to content

Commit

Permalink
Disable pypy3.8 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jul 15, 2022
1 parent c330437 commit a272b3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -63,9 +63,10 @@ jobs:
name: pypy3-ubuntu
python-version: pypy-3.8

- os: windows-latest
name: pypy3-windows
python-version: pypy-3.8
# TODO: This test takes 10(!) times as long as the regular py38 on Windows
# - os: windows-latest
# name: pypy3-windows
# python-version: pypy-3.8

# https://github.com/pytest-dev/pytest-html/issues/482
- os: macOS-latest
Expand Down
1 change: 0 additions & 1 deletion testing/test_pytest_html.py
Expand Up @@ -27,7 +27,6 @@
#
# builtins.open = _open


# def remove_deprecation_from_recwarn(recwarn):
# # TODO: Temporary hack until they fix
# # https://github.com/pytest-dev/pytest/issues/6936
Expand Down

0 comments on commit a272b3d

Please sign in to comment.