diff --git a/test/integration/test_install_dependencies.py b/test/integration/test_install_dependencies.py index f8ea5da7..8d248c8a 100644 --- a/test/integration/test_install_dependencies.py +++ b/test/integration/test_install_dependencies.py @@ -29,7 +29,7 @@ ) @pytest.fixture -def test_container(tmp_path): +def dockerfile(tmp_path): dockerfile = tmp_path / "test_container" / "Dockerfile" dockerfile.parent.mkdir() with dockerfile.open("w") as f: