From e9cff402bd152ef13d4d1e7dce50bd7d34ec04f7 Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Fri, 10 Dec 2021 11:22:47 -0300 Subject: [PATCH] Re-enable gevent test with Python 3.10. Fixes #688 --- tests/debugpy/test_gevent.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/debugpy/test_gevent.py b/tests/debugpy/test_gevent.py index 5ff6c055b..52f7cb21d 100644 --- a/tests/debugpy/test_gevent.py +++ b/tests/debugpy/test_gevent.py @@ -4,14 +4,10 @@ from __future__ import absolute_import, division, print_function, unicode_literals -import pytest -import sys - from tests import debug from tests.patterns import some -@pytest.mark.skipif(sys.version_info >= (3, 10), reason="https://github.com/microsoft/debugpy/issues/688") def test_gevent(pyfile, target, run): @pyfile def code_to_debug():