You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifrollnotin (valid_roll_strategies:=get_args(RollStrategy)):
allowed=", ".join(repr(m) forminvalid_roll_strategies)
raiseValueError(
f"`roll` strategy must be one of {{{allowed}}}, got {roll!r}"
)
check is removed, pytest throws a segfault when running on all tests
The text was updated successfully, but these errors were encountered:
xref #33
if the
check is removed, pytest throws a segfault when running on all tests
The text was updated successfully, but these errors were encountered: