From af3bc5493ac3f566252a7a5f070441e041895e67 Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Wed, 10 Jan 2024 10:02:46 +0000 Subject: [PATCH] Fixing pytest-regtest<2.0.0 New releases of `pytest-regtest>=2.0.0` on PyPI are currently broken as the released packages don't appear to include the Python code for the module itself. This has been reported upstream and when fixed I will remove the dependency. + [pytest-regtest #20](https://gitlab.com/uweschmitt/pytest-regtest/-/issues/20) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd5f13f4b0..97195d58c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ tests = [ "pytest-github-actions-annotate-failures", "pytest-lazy-fixture", "pytest-mpl", - "pytest-regtest", + "pytest-regtest<2.0.0", "filetype", ] docs = [