We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066da4d commit 473932fCopy full SHA for 473932f
mypy/test/testpep561.py
@@ -79,9 +79,6 @@ def install_package(pkg: str,
79
80
def test_pep561(testcase: DataDrivenTestCase) -> None:
81
"""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()
85
assert testcase.old_cwd is not None, "test was not properly set up"
86
if 'python2' in testcase.name.lower():
87
python = try_find_python2_interpreter()
0 commit comments