Skip to content

Commit

Permalink
restrict testing with python-cov to cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 9, 2023
1 parent 1063915 commit 97bd0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test:
- pytest >=6.0
- pytest-asyncio >=0.17
- pytest-xdist >=1.31
- pytest-cov
- pytest-cov # [python_impl == "cpython"]
- boto3
- hypothesis
- numpy
Expand Down

0 comments on commit 97bd0f2

Please sign in to comment.