Create an unreadable temp directory for testing PermissionError
- Apr 22, 2024
-
-
Thomas Kluyver authoredf71e6c70
-
We used a random user's home directory for testing how a function behaves when we don't have read access. That directory no longer exists, making the test fail. This is hopefully more reliable than picking another username.
CI