Re-enable gevent test with Python 3.10. Fixes #688

This commit is contained in:
Fabio Zadrozny 2021-12-10 11:22:47 -03:00
parent baf6121065
commit a07f6e8d83

View file

@ -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():