Skip to content

Commit c4ead8e

Browse files
committed
fix
1 parent 4a79e1c commit c4ead8e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

mypy/test/testcheck.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,7 @@ def run_case_once(
231231
assert_string_arrays_equal(output, a, msg.format(testcase.file, testcase.line))
232232

233233
if res:
234-
if options.cache_dir != os.devnull:
235-
if sys.platform == "win32":
236-
print(
237-
f"verify_cache {options.cache_dir=}, {os.devnull=}, {testcase.writescache=}"
238-
)
234+
if options.cache_dir != os.devnull and testcase.writescache:
239235
self.verify_cache(module_data, res.manager, blocker, incremental_step)
240236

241237
name = "targets"

0 commit comments

Comments
 (0)