Skip to content

Commit

Permalink
rebase with main
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Sep 23, 2020
1 parent 14a97a8 commit 0ed3513
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pythonFiles/tests/testing_tools/adapter/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import sys
import unittest

import pytest

from ...__main__ import TESTING_TOOLS_ROOT
from testing_tools.adapter.util import fix_path, PATH_SEP

Expand Down Expand Up @@ -149,7 +147,6 @@ def test_discover_simple(self):
],
)

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

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

0 comments on commit 0ed3513

Please sign in to comment.