Skip to content

Commit

Permalink
restrict pytest-xdist to cpython
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Picus <[email protected]>
  • Loading branch information
h-vetinari and mattip authored Aug 9, 2023
1 parent 8ffb977 commit d82b3bd
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 @@ -67,7 +67,7 @@ test:
- pip
- pytest >=6.0
- pytest-asyncio >=0.17
- pytest-xdist >=1.31
- pytest-xdist >=1.31 # [python_impl == "cpython"]
- pytest-cov # [python_impl == "cpython"]
- boto3
- hypothesis
Expand Down

0 comments on commit d82b3bd

Please sign in to comment.