Skip to content

Commit

Permalink
Skip conversion test for non-CasADi backends
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 18, 2024
1 parent 34abe6a commit 493b803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ outputs:
source_files:
- tests
commands:
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*Jax* --ignore-glob=*pytorch* --ignore-glob=*CasADi*
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*Jax* --ignore-glob=*pytorch* --ignore-glob=*CasADi* --ignore-glob=*idyntree*
requires:
- pip
- pytest
Expand Down Expand Up @@ -93,7 +93,7 @@ outputs:
source_files:
- tests
commands:
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*pytorch* --ignore-glob=*CasADi*
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*pytorch* --ignore-glob=*CasADi* --ignore-glob=*idyntree*
requires:
- pip
- pytest
Expand All @@ -119,7 +119,7 @@ outputs:
source_files:
- tests
commands:
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*Jax* --ignore-glob=*CasADi*
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*Jax* --ignore-glob=*CasADi* --ignore-glob=*idyntree*
requires:
- pip
- pytest
Expand All @@ -144,7 +144,7 @@ outputs:
- tests
commands:
- pytest ./tests/ -v -k "not gravity" # [not win]
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*Jax*
- pytest ./tests/ -v -k "not gravity" --ignore-glob=*Jax* # [win]
requires:
- pip
- pytest
Expand Down

0 comments on commit 493b803

Please sign in to comment.