Skip to content

Commit

Permalink
Revert "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
flferretti authored Feb 28, 2024
1 parent 9fe432f commit 10d4677
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ multi_line_output = 3

[tool.pytest.ini_options]
minversion = "6.0"
# --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"
addopts = "-rsxX -v --strict-markers --forked"
testpaths = [
"tests",
]

0 comments on commit 10d4677

Please sign in to comment.