Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nonascii_srcdir to work when non-ascii directories aren't supported
Previously, the nonascii_srcdir in tests/test_build.py contained some logic to attempt to handle the case where non-ascii directories aren't supported, but it did not actually work because it fails to copy the test sources to the temporary directory. With this commit, the following test invocation, which previously failed, now pases: LANG=en_US.iso8859-1 python -m pytest test_build.py
- Loading branch information