============================= test session starts ============================== platform linux -- Python 3.9.21, pytest-4.6.6.dev9+g8aba863a6.d20250820, py-1.11.0, pluggy-0.13.1 -- /opt/miniconda3/envs/testbed/bin/python rootdir: /testbed, inifile: tox.ini collected 1 item test_reproduce_error.py F [100%] =================================== FAILURES =================================== _________________________________ test_failing _________________________________ def test_failing(): > assert 1 == 2 E assert 1 == 2 test_reproduce_error.py:2: AssertionError =========================== short test summary info ============================ FAILED test_reproduce_error.py::test_failing - assert 1 == 2 =========================== 1 failed in 0.02 seconds ===========================