From 856933c39206af79adc69adf9421bcc4881b28c2 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Fri, 7 Jun 2024 13:26:02 -0500 Subject: [PATCH 1/2] install specific pytest version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5afc29e1..5f3cf7c8 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ "pycryptodome~=3.10.1", "flake8~=4.0.1", "mypy", - "pytest", + "pytest~=8.2.1", "requests==2.*", "coverage", "pytest-sugar", From 000399d464845ce1e1574828ac0fd2bee473fed3 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Fri, 7 Jun 2024 13:29:31 -0500 Subject: [PATCH 2/2] ~=7.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f3cf7c8..956b1a0f 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ "pycryptodome~=3.10.1", "flake8~=4.0.1", "mypy", - "pytest~=8.2.1", + "pytest~=7.4.4", "requests==2.*", "coverage", "pytest-sugar",