============================= test session starts ============================== platform linux -- Python 3.9.20, pytest-4.6.6.dev9+g8aba863a6, py-1.11.0, pluggy-0.13.1 -- /opt/miniconda3/envs/testbed/bin/python rootdir: /testbed, inifile: tox.ini collected 1 item final_test.py F [100%] =================================== FAILURES =================================== __________________________________ test_final __________________________________ > def test_final(): assert False, "Final test of the fix" E AssertionError: Final test of the fix E assert False final_test.py:1: AssertionError =========================== short test summary info ============================ FAILED final_test.py::test_final - AssertionError: Final test of the fix =========================== 1 failed in 0.02 seconds ===========================