Skip to content

Commit

Permalink
Re-enable gevent test with Python 3.10. Fixes microsoft#688
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Dec 10, 2021
1 parent baf6121 commit e9cff40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/debugpy/test_gevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit e9cff40

Please sign in to comment.