google-deepmind / mujoco

Multi-Joint dynamics with Contact. A general purpose physics simulator.
https://mujoco.org
Apache License 2.0
8.25k stars 823 forks source link

Do not test python bindings in python/dist directory #2163

Closed traversaro closed 4 weeks ago

traversaro commented 1 month ago

This will permit to early catch tests that rely on files not installed in the wheel, i.e. catch if pytest --pyargs mujoco fails in a vanilla environment.

This PR intentionally fails in CI to show the problem discussed in https://github.com/google-deepmind/mujoco/pull/2160 .

traversaro commented 4 weeks ago

Closing as the same test was integrated in https://github.com/google-deepmind/mujoco/pull/2160 .