From a53bb7a4d913f6b0f2dbdc3ea755f5230dba0842 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Fri, 23 Jan 2026 12:30:11 +0000 Subject: [PATCH 1/3] Broken link. --- docs/pages/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/testing.md b/docs/pages/testing.md index 8428783c..53aa26de 100644 --- a/docs/pages/testing.md +++ b/docs/pages/testing.md @@ -19,7 +19,7 @@ layout: default | ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------: | | [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/index.html) | A framework to generate coverage reports that plays nicely with `pytest`. | Best | | [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/index.html) | A framework to mock/patch objects that plays nicely with `pytest`. | Best | -| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/en/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | Best | +| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | Best | ## Property based testing From ce41c6024a75cafd6723deaca578b1c431a912b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:30:43 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/pages/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/testing.md b/docs/pages/testing.md index 53aa26de..a156f9d2 100644 --- a/docs/pages/testing.md +++ b/docs/pages/testing.md @@ -19,7 +19,7 @@ layout: default | ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------: | | [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/index.html) | A framework to generate coverage reports that plays nicely with `pytest`. | Best | | [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/index.html) | A framework to mock/patch objects that plays nicely with `pytest`. | Best | -| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | Best | +| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | Best | ## Property based testing From ebe414de5e2a7e2b93dcca6bb171628ad759242a Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Fri, 23 Jan 2026 12:34:35 +0000 Subject: [PATCH 3/3] Exclude quansight.org who might return 429: too many requests. --- .github/workflows/links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index ed096454..900aa208 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -34,6 +34,7 @@ jobs: --exclude https://stackoverflow.com --exclude http://www.gnu.org --exclude http://fsf.org + --exclude https://labs.quansight.org --exclude docs/pages --exclude docs/_includes --exclude-path '\\{\\{cookiecutter.project_slug\\}\\}/README.md'