Skip to content

Commit

Permalink
Merge pull request #182 from theochem/revert-181-pin_xdist
Browse files Browse the repository at this point in the history
Revert "Pin xdist to working version"
  • Loading branch information
tovrstra authored Aug 15, 2020
2 parents 5e93c30 + 104558e commit 67c1c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .roberto.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
abs: true # Force absolute comparison for cardboardlint
project:
name: iodata
conda_requirements: [sympy, pytest-xdist<2.0.0]
conda_requirements: [sympy]
packages:
- conda_name: iodata
tools:
Expand Down
2 changes: 1 addition & 1 deletion tools/conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
requires:
- python
- pytest
- pytest-xdist <2.0.0
- pytest-xdist
imports:
- iodata
commands:
Expand Down

0 comments on commit 67c1c86

Please sign in to comment.