Why does this Python os.environ persist across tests?
Why does this Python os.environ persist across tests in pytest. The Python code modifies os.environ in a test without cleanup. In Python test suites this leaks config to other tests.
#whatswrongwiththispythoncode #pythonbug #pythonproductionbug #pythondebugging #pythonbackend #pythoncodereview #pythonmistake #pythonbestpractices #pythonreliability #pythonincident #pythonapi #pythonengineering ...



