Skip to content

Commit a092e05

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Fix pytest imports
1 parent f221c9e commit a092e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ deps =
6161
robomeshcat-py{38,39}: robomeshcat >= 1.0.3
6262
yourdfpy: yourdfpy >=0.0.52
6363
commands =
64-
pytest tests/loaders/test_{env:LOADER}.py
64+
pytest --import-mode=importlib tests/loaders/test_{env:LOADER}.py
6565

6666
[flake8]
6767
max-line-length = 88

0 commit comments

Comments
 (0)