From: Fantix King Date: Thu, 19 Nov 2020 16:48:36 +0000 (-0600) Subject: CRF: remove skip to cover <0.4.17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcf42f7b78ef3e983fda17f7190cda7b4511e3b4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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