Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Nov 8, 2024
1 parent b134016 commit 1ece350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/make_test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def update_tests(doc_group, tests):
if __name__ == "__main__":
doc = get_old_yaml()
version = get_makefile_envs()["PYVERSION"]
LIB_DIR = PYODIDE_ROOT / "cpython/build" f"/Python-{version}/Lib/"
LIB_DIR = PYODIDE_ROOT / "cpython/build/Python-{version}/Lib/"
update_tests(doc, collect_tests(LIB_DIR / "test"))

yaml.dump(doc, PYTHON_TESTS_YAML)

0 comments on commit 1ece350

Please sign in to comment.