Skip to content

Commit d5431fd

Browse files
committed
actually fix the windows tests
1 parent fdb98c7 commit d5431fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
example_json = f"""
3636
{{
3737
"version": [3, 13, 2, "final", 0],
38-
"executable": "{fake_python_path}",
38+
"executable": "{json_python_path}",
3939
"architecture": "64bit",
4040
"implementation": "cpython",
4141
"metadata": {{"freethreaded": false}}

0 commit comments

Comments
 (0)