Skip to content

Commit

Permalink
Remove --forked from pytest as workaround for jax 0.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 27, 2024
1 parent c2d970b commit 68ab8a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ multi_line_output = 3

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-rsxX -v --strict-markers --forked"
# --forked used to be passed here, but it was removed
# as workaround for compatibility with jax 0.4.25,
# see https://github.com/ami-iit/jaxsim/pull/92#issuecomment-1966290170
addopts = "-rsxX -v --strict-markers"
testpaths = [
"tests",
]

0 comments on commit 68ab8a2

Please sign in to comment.