pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.53k stars 259 forks source link

Fix leak of `cert` file in test. #2385

Closed jsirois closed 6 months ago

jsirois commented 6 months ago

The mitmproxy fixes in #2384 led to the test_rel_cert_path test in tests/integration/test_issue_1537.py depositing the cert file in the repo root.