I got a super weird bug? On my machine, pytest fail a test with a PytestWarning, when running pytest directly and through tox. But on CI and on a colleague machine, test pass (as expected, the warning mention applying a int to string conversion on the arg passed to setenv)
adding an empty [tool.pytest.ini_options] section to my pyproject.toml fix the issue?