From 7d20a639fef3fc3d423037570cd9f1c4d23397d3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 10 Mar 2021 13:33:08 -0500 Subject: test: show more information for not-passed tests --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_process.py b/tests/test_process.py index 0743e14e..43a404d5 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -760,7 +760,7 @@ class ProcessTest(CoverageTest): @xfail( env.PYPY3 and (env.PYPYVERSION >= (7, 1, 1)), - "https://bitbucket.org/pypy/pypy/issues/3074" + "https://foss.heptapod.net/pypy/pypy/-/issues/3074" ) # Jython as of 2.7.1rc3 won't compile a filename that isn't utf8. @pytest.mark.skipif(env.JYTHON, reason="Jython can't handle this test") -- cgit v1.2.1