Skip to content

Commit 0ed3513

Browse files
committed
rebase with main
1 parent 14a97a8 commit 0ed3513

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pythonFiles/tests/testing_tools/adapter/test_functional.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import sys
1111
import unittest
1212

13-
import pytest
14-
1513
from ...__main__ import TESTING_TOOLS_ROOT
1614
from testing_tools.adapter.util import fix_path, PATH_SEP
1715

@@ -149,7 +147,6 @@ def test_discover_simple(self):
149147
],
150148
)
151149

152-
@pytest.mark.skip(reason="https://github.com/microsoft/vscode-python/issues/14023")
153150
def test_discover_complex_default(self):
154151
projroot, testroot = resolve_testroot("complex")
155152
expected = self.complex(projroot)
@@ -170,7 +167,6 @@ def test_discover_complex_default(self):
170167
self.maxDiff = None
171168
self.assertEqual(sorted_object(result), sorted_object(expected))
172169

173-
@pytest.mark.skip(reason="https://github.com/microsoft/vscode-python/issues/14023")
174170
def test_discover_complex_doctest(self):
175171
projroot, _ = resolve_testroot("complex")
176172
expected = self.complex(projroot)

0 commit comments

Comments
 (0)