Files
pytest2/changelog/8317.bugfix.rst
Simon K b7f2d7ca61 Fixed an issue where getpass.getuser() contained illegal characters for file directories (#8365)
* retry writing pytest-of dir when invalid chars are in directory name

* add unit tests for getbasetemp() and changelog

* patch _basetemp & _given_basetemp for testing basetemp()

* Tweak changelog for #8317, tidy up comments
2021-02-25 08:28:57 +00:00

2 lines
108 B
ReStructuredText

Fixed an issue where illegal directory characters derived from ``getpass.getuser()`` raised an ``OSError``.