From d9a1abaddc8ba5fad7ae4c951eded9c464af8b27 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:48:05 +0100 Subject: [PATCH 1/2] note pytest bump --- doc/source/whatsnew/v2.1.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/whatsnew/v2.1.0.rst b/doc/source/whatsnew/v2.1.0.rst index 44691e4265f5b..3be5aadcd09d8 100644 --- a/doc/source/whatsnew/v2.1.0.rst +++ b/doc/source/whatsnew/v2.1.0.rst @@ -193,6 +193,8 @@ If installed, we now require: +-----------------+-----------------+----------+---------+ | pytables | 3.7.0 | | X | +-----------------+-----------------+----------+---------+ +| pytest | 7.3.2 | | X | ++-----------------+-----------------+----------+---------+ | python-snappy | 0.6.1 | | X | +-----------------+-----------------+----------+---------+ | pyxlsb | 1.0.9 | | X | From 02ada45ef93c3878faba851688284a8f2af7274d Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:58:58 +0100 Subject: [PATCH 2/2] update install.rst --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index f4c76c3493fa2..e7e637618eecc 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -216,7 +216,7 @@ pandas is equipped with an exhaustive set of unit tests, covering about 97% of the code base as of this writing. To run it on your machine to verify that everything is working (and that you have all of the dependencies, soft and hard, installed), make sure you have `pytest -`__ >= 7.0 and `Hypothesis +`__ >= 7.3.2 and `Hypothesis `__ >= 6.34.2, then run: ::