From 6d8b011b8f82b662f21e674c97134a206aa69bc4 Mon Sep 17 00:00:00 2001 From: Mohammed Ismail Date: Tue, 30 Apr 2024 23:23:49 +0530 Subject: [PATCH 1/3] upgraded pytest version to 8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62072b38..dff71c37 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # functional and integration breaks caused by external code updates. general_requirements = [ - "pytest>=7,<8", + "pytest>=8,<9", "numpy<1.25", "black", "linecheck<1", From 692e48c9dd312d2955e9ee5528056db5b9cb9310 Mon Sep 17 00:00:00 2001 From: Mohammed Ismail Date: Tue, 7 May 2024 11:08:07 +0530 Subject: [PATCH 2/3] added changelog entry --- changelog_entry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29b..9097a5a4 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + added: + - upgraded pytest version to 8 \ No newline at end of file From f7eb1e7eccae81479bc2b5f375d1d0ac43a51816 Mon Sep 17 00:00:00 2001 From: Mohammed Ismail Date: Tue, 7 May 2024 20:12:23 +0530 Subject: [PATCH 3/3] modified --- changelog_entry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 9097a5a4..106468c2 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +1,4 @@ - bump: patch changes: added: - - upgraded pytest version to 8 \ No newline at end of file + - upgraded the pytest version to 8 \ No newline at end of file