In our CI Job in which we use pytest and hypothesis, we run our tests with uv run pytest -n logical --junitxml=junit.xml -o junit_family=legacy
After 100% of tests are run, the process fails with error:
ERROR .hypothesis/tmp - FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/keth/keth/cairo/.hypothesis/tmp'
I'm not sure exactly where this could come from, as it isn't always systematic.