diff --git a/changelog/10765.bugfix.rst b/changelog/10765.bugfix.rst index 754abd72c..8283d754e 100644 --- a/changelog/10765.bugfix.rst +++ b/changelog/10765.bugfix.rst @@ -1 +1 @@ -Fix temp_path fixture always raising OSError on emscripten due to missing getuid +Fixed :fixture:`temp_path` fixture always raising :class:`OSError` on ``emscripten`` platform due to missing :func:`os.getuid`.