Skip to content

Commit 473932f

Browse files
committed
Pep561 tests seem to work on mac
1 parent 066da4d commit 473932f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy/test/testpep561.py

-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ def install_package(pkg: str,
7979

8080
def test_pep561(testcase: DataDrivenTestCase) -> None:
8181
"""Test running mypy on files that depend on PEP 561 packages."""
82-
if (sys.platform == 'darwin' and hasattr(sys, 'base_prefix') and
83-
sys.base_prefix != sys.prefix):
84-
pytest.skip()
8582
assert testcase.old_cwd is not None, "test was not properly set up"
8683
if 'python2' in testcase.name.lower():
8784
python = try_find_python2_interpreter()

0 commit comments

Comments
 (0)