Skip to content

Commit

Permalink
Re-enable tests for pypy37
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jan 16, 2021
2 parents 5dbe101 + 9b90338 commit c1094c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ test:
- {{ compiler('cxx') }}
- make # [unix]
- cmake
- cvxpy # [win or python_impl == "cpython" or py36]
- cvxpy
- pytest
- setuptools
commands:
# codegen interface requires compiler + cmake
- python -m pytest --pyargs osqp # [(python_impl == "cpython" or py36) and not win]
- python -m pytest --pyargs osqp # [not win]
# TODO: windows codegen tests are currently failing on azure
- python -m pytest --pyargs osqp -k "not codegen_" # [win]

Expand Down

0 comments on commit c1094c1

Please sign in to comment.