From cd3f4f8110eb2d1053ab4443f993a947c344e9a3 Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Tue, 21 May 2024 14:43:50 -0700 Subject: [PATCH] removed pytest changes (do it in another mr) --- docs/source/release_notes.rst | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 3f6c93666f..6934ef6327 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -8,7 +8,7 @@ Release Notes * Dropped support for Python 3.8 :pr:`4414` * Removed vowpalwabbit :pr:`4427` * Uncapped holidays :pr:`4428` - * Unpinned kaleido, pytest-xdist, pytest-timeout, and pytest-cov :pr:`4423` + * Unpinned kaleido :pr:`4423` * Documentation Changes * Testing Changes * Run airflow tests in Python 3.9 :pr:`4391` diff --git a/pyproject.toml b/pyproject.toml index 9f55a9c792..2da1e0473a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,9 +78,9 @@ dependencies = [ [project.optional-dependencies] test = [ "pytest == 7.1.2", - "pytest-xdist >= 2.1.0", - "pytest-timeout >= 1.4.2", - "pytest-cov >= 2.10.1", + "pytest-xdist == 2.1.0", + "pytest-timeout == 1.4.2", + "pytest-cov == 2.10.1", "nbval == 0.9.3", "IPython >= 8.10.0, <8.12.1", "PyYAML == 6.0.1",