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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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