From 07e7deb4a79833309b0165b0d0456a321755c14d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 28 Feb 2023 10:59:23 -0300 Subject: [PATCH] Update changelog/10765.bugfix.rst --- 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 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`.