From d72da480c43521eae289200b63131a0228fc7da8 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 28 Feb 2023 11:02:17 -0300 Subject: [PATCH] Apply suggestions from code review --- changelog/10765.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10765.bugfix.rst b/changelog/10765.bugfix.rst index 8283d754e..89391f1f0 100644 --- a/changelog/10765.bugfix.rst +++ b/changelog/10765.bugfix.rst @@ -1 +1 @@ -Fixed :fixture:`temp_path` fixture always raising :class:`OSError` on ``emscripten`` platform due to missing :func:`os.getuid`. +Fixed :fixture:`tmp_path` fixture always raising :class:`OSError` on ``emscripten`` platform due to missing :func:`os.getuid`.