$ python -m flake_bisect --workdir examples/polluting_demo \ --target test_target.py::test_assumes_clean_env flake-bisect 0.1.0 workdir : .../examples/polluting_demo ...
script-bisect combines the power of git bisect with PEP 723 inline script metadata to automatically find the commit that introduced a regression in a Python package dependency. It works by: Point ...