Skip to content

Commit ce68474

Browse files
kevinzakkacopybara-github
authored andcommitted
Ensure we don't pick up mujoco_menagerie tests on GitHub CI.
PiperOrigin-RevId: 733409797 Change-Id: I34b473f765ab4a14d6878adc1f0b29c5fc6fd662
1 parent 2427913 commit ce68474

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
python -c "import mujoco_playground"
3030
- name: Test with pytest
3131
run: |
32-
pytest -n auto mujoco_playground
32+
pytest -n auto mujoco_playground/_src/

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,8 @@ warn_unused_configs = true
101101
exclude = ["scripts/", "mujoco_menagerie/"]
102102

103103
[tool.pytest.ini_options]
104-
addopts = [
105-
"--ignore=mujoco_menagerie",
106-
]
107104
testpaths = [
108-
"tests",
105+
"mujoco_playground/_src/",
109106
]
110107

111108
[tool.isort]

0 commit comments

Comments
 (0)