From 5a302466d8ea7e5872b2e46cb14e4c46566ed763 Mon Sep 17 00:00:00 2001 From: Karthikeyan Singaravelan Date: Fri, 25 Mar 2022 11:37:31 +0530 Subject: [PATCH] Fix broken link (#2316) --- docs/usage/wasm-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/wasm-constraints.md b/docs/usage/wasm-constraints.md index 30fa0ea03..890797bb8 100644 --- a/docs/usage/wasm-constraints.md +++ b/docs/usage/wasm-constraints.md @@ -5,7 +5,7 @@ Most of the Python standard library is functional, except for the modules listed in the sections below. A large part of the CPython test suite passes except for tests skipped in -[`src/tests/python_tests.txt`](https://github.com/pyodide/pyodide/blob/main/src/tests/python_tests.txt) +[`src/tests/python_tests.yaml`](https://github.com/pyodide/pyodide/blob/main/src/tests/python_tests.yaml) or via [patches](https://github.com/pyodide/pyodide/tree/main/cpython/patches). ### Optional modules