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
It's highly unlikely a person attempting to drop into a shell wants reruns. Rather than error, show a warning:
WARNING: --reruns incompatible with --pdb, --reruns will behave as if set to 0
The text was updated successfully, but these errors were encountered:
tony
changed the title
RFC: --pdb: Change to warning and infer --reruns 0
[RFC] --pdb: Friendlier default (use warning and infer --reruns 0)
Feb 15, 2024
Assume
pyproject.toml
:Current behavior
Right now, passing
--pdb
will raise:Better: Assume
--reruns 0
if--pdb
It's highly unlikely a person attempting to drop into a shell wants reruns. Rather than error, show a warning:
WARNING: --reruns incompatible with --pdb, --reruns will behave as if set to 0
The text was updated successfully, but these errors were encountered: