From 099a7267c2cdb051eba899cd89ea3d3b72a91b51 Mon Sep 17 00:00:00 2001 From: Victor Lin Date: Mon, 10 Aug 2026 12:04:42 -0700 Subject: [PATCH] Avoid pytest-forked 1.7.5 See . This version has a bug that is incompatible with our usage. It was introduced in a commit included in the repo's v1.7.0 tag, but 1.7.5 is the first version on PyPI to include the bug. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51362ff3..1e2a02f0 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def find_namespaced_packages(namespace): "myst-parser", "nextstrain-sphinx-theme>=2022.5", "pytest", - "pytest-forked", + "pytest-forked !=1.7.5", "sphinx>=3", "sphinx-autobuild", "sphinx-markdown-tables !=0.0.16",