Skip to content

Commit

Permalink
Disable yourdfpy in coverage rather than loader env
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 8, 2023
1 parent f7db922 commit acabd40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8"]
# Disabled "yourdfpy" loader because of https://github.com/clemense/yourdfpy/issues/49
# Tracked in https://github.com/robot-descriptions/robot_descriptions.py/issues/43
loader: ["idyntree", "mujoco", "pinocchio", "pybullet", "robomeshcat"]
loader: ["idyntree", "mujoco", "pinocchio", "pybullet", "robomeshcat", "yourdfpy"]

steps:
- name: "Checkout sources"
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ deps =
pin >=2.6.14
pybullet >=3.2.5
robomeshcat >= 1.0.4
yourdfpy >=0.0.53
# Disabled "yourdfpy" loader because of https://github.com/clemense/yourdfpy/issues/49
# Tracked in https://github.com/robot-descriptions/robot_descriptions.py/issues/43
# yourdfpy >=0.0.53
commands =
coverage erase
coverage run -m unittest tests
Expand Down

0 comments on commit acabd40

Please sign in to comment.