From 28ae00c9d228ff7ace6d9fe92fd43d08d4b6dc58 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 12 Dec 2024 13:43:38 +0100 Subject: [PATCH] GH-41002: [CI][Python] Remove pytest-cython pin --- ci/conda_env_sphinx.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ci/conda_env_sphinx.txt b/ci/conda_env_sphinx.txt index 4665a32e24bbe..beaaa15c54ea9 100644 --- a/ci/conda_env_sphinx.txt +++ b/ci/conda_env_sphinx.txt @@ -23,6 +23,7 @@ linkify-it-py myst-parser numpydoc pydata-sphinx-theme=0.14 +pytest-cython sphinx-autobuild sphinx-design sphinx-copybutton @@ -30,9 +31,4 @@ sphinx-lint sphinxcontrib-jquery sphinxcontrib-mermaid sphinx==6.2 -# Requirement for doctest-cython -# Needs upper pin of 0.3.0, see: -# https://github.com/lgpage/pytest-cython/issues/67 -# With 0.3.* bug fix release, the pin can be removed -pytest-cython==0.2.2 pandas