We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98f14f commit fdaf9daCopy full SHA for fdaf9da
tests/requirements.txt
@@ -3,7 +3,7 @@ dirty-equals==0.6.0
3
hypothesis==6.79.4
4
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
5
pandas==2.0.3; python_version >= "3.9" and python_version < "3.12" and implementation_name == "cpython" and platform_machine == 'x86_64'
6
-pytest==7.4.2
+pytest==7.4.3
7
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
8
pytest-codspeed~=2.2.0; implementation_name == "cpython" and platform_machine == 'x86_64'
9
pytest-examples==0.0.10
0 commit comments