From 3348404c00d821a8304b9c7ccf571817da883ed7 Mon Sep 17 00:00:00 2001 From: AlexWaygood Date: Fri, 23 Jun 2023 09:47:22 +0100 Subject: [PATCH 1/2] Remove `py` test dependency --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 51cd62d4064c..a4da438ebfd0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,6 @@ pytest>=6.2.4 pytest-xdist>=1.34.0 pytest-forked>=1.3.0,<2.0.0 pytest-cov>=2.10.0 -py>=1.5.2 ruff==0.0.272 # must match version in .pre-commit-config.yaml setuptools>=65.5.1 six From 68691fa02c97020b98c6b1398d613c10d4f6bb51 Mon Sep 17 00:00:00 2001 From: AlexWaygood Date: Fri, 23 Jun 2023 11:57:38 +0100 Subject: [PATCH 2/2] Also remove pytest-forked --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a4da438ebfd0..7c4b3b869de5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,6 @@ psutil>=4.0 # pytest 6.2.3 does not support Python 3.10 pytest>=6.2.4 pytest-xdist>=1.34.0 -pytest-forked>=1.3.0,<2.0.0 pytest-cov>=2.10.0 ruff==0.0.272 # must match version in .pre-commit-config.yaml setuptools>=65.5.1