Skip to content

fix: use tempfile.TemporaryDirectory instead of pytest tmp_path fixture

Klaus Wölfel requested to merge fix/auto-push-tests-tmpdir into master

The custom pytest.py runner doesn't support fixtures. Replace tmp_path parameter with tempfile.TemporaryDirectory context manager so tests work with the minimal test runner.

Merge request reports