Skip to content

Commit 547e455

Browse files
authored
DOC note pytest bump (#53768)
* note pytest bump * update install.rst
1 parent ed53822 commit 547e455

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/source/getting_started/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ pandas is equipped with an exhaustive set of unit tests, covering about 97% of
216216
the code base as of this writing. To run it on your machine to verify that
217217
everything is working (and that you have all of the dependencies, soft and hard,
218218
installed), make sure you have `pytest
219-
<https://docs.pytest.org/en/latest/>`__ >= 7.0 and `Hypothesis
219+
<https://docs.pytest.org/en/latest/>`__ >= 7.3.2 and `Hypothesis
220220
<https://hypothesis.readthedocs.io/en/latest/>`__ >= 6.34.2, then run:
221221

222222
::

doc/source/whatsnew/v2.1.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ If installed, we now require:
194194
+-----------------+-----------------+----------+---------+
195195
| pytables | 3.7.0 | | X |
196196
+-----------------+-----------------+----------+---------+
197+
| pytest | 7.3.2 | | X |
198+
+-----------------+-----------------+----------+---------+
197199
| python-snappy | 0.6.1 | | X |
198200
+-----------------+-----------------+----------+---------+
199201
| pyxlsb | 1.0.9 | | X |

0 commit comments

Comments
 (0)