diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68542d27..c914d2fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/testing/test_pytest_html.py b/testing/test_pytest_html.py index 091e3f3c..21906cae 100644 --- a/testing/test_pytest_html.py +++ b/testing/test_pytest_html.py @@ -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