From dcf42f7b78ef3e983fda17f7190cda7b4511e3b4 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 19 Nov 2020 10:48:36 -0600 Subject: [PATCH] CRF: remove skip to cover <0.4.17 Older greenlet it was just working incidentally, but we're still testing that nothing else breaks it --- test/base/test_concurrency_py3k.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/base/test_concurrency_py3k.py b/test/base/test_concurrency_py3k.py index 44a9337d63..1f9fb1b3ea 100644 --- a/test/base/test_concurrency_py3k.py +++ b/test/base/test_concurrency_py3k.py @@ -110,7 +110,6 @@ class TestAsyncioCompat(fixtures.TestBase): @async_test @testing.requires.python37 - @testing.skip_if(lambda: not hasattr(greenlet, "gr_context")) async def test_contextvars(self): import asyncio import contextvars -- 2.47.3