Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 2, 2023
1 parent b1aceaf commit cb56517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/test/teststubgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def run_case_inner(self, testcase: DataDrivenTestCase) -> None:
try:
try:
if not testcase.name.endswith("_import"):
if sys.platform == "win32" and "GITHUB_ACTION" in os.environ:
if sys.platform == "win32" and "CI" in os.environ:
# These seem to trigger a RecursionError in shutil.rmtree in CI
# Possibly related to https://github.com/python/cpython/issues/79325
import pytest
Expand Down

0 comments on commit cb56517

Please sign in to comment.