Update changelog/10765.bugfix.rst

This commit is contained in:
Bruno Oliveira
2023-02-28 10:59:23 -03:00
committed by GitHub
parent c237297b3d
commit 07e7deb4a7

View File

@@ -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`.