From a272b3da910ccd7ec71a9ce2b11d83e7b2fcc261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Sat, 16 Jul 2022 01:09:26 +0200 Subject: [PATCH] Disable pypy3.8 on windows --- .github/workflows/tests.yml | 7 ++++--- testing/test_pytest_html.py | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) 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