mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Re-enable gevent test with Python 3.10. Fixes #688
This commit is contained in:
parent
baf6121065
commit
a07f6e8d83
1 changed files with 0 additions and 4 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue