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 fdf9f93 commit 423e33fCopy full SHA for 423e33f
ci/deps/actions-313-freethreading.yaml
@@ -12,7 +12,6 @@ dependencies:
12
13
# test dependencies
14
- pytest>=7.3.2
15
- - pytest-cov
16
- pytest-xdist>=3.4.0
17
18
# required dependencies
@@ -24,6 +23,8 @@ dependencies:
24
23
25
# Move Cython to build dependencies, once they release a version that supports freethreading
26
- pip:
+ # No free-threaded coveragepy (with the C-extension) on conda-forge yet
27
+ - pytest-cov
28
- "tzdata>=2022.7"
29
- "--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
30
- "cython"
0 commit comments