ansible/test
Tadej Borovšak 74a103d655 Remove em dash from the pytest configuration file
On some systems (tested with official Debian Buster-based Python 3.6
docker image), setting the LC_ALL environment variable to en_US.UTF-8
will trigger Python into switching its preferred encoding to ASCII.
If any python process tries to read a non-ASCII file in this scenario,
it will terminate with an error.

And this is exactly what happens to pytest when it tries to load its
configuration that ansible-test supplies because the configuration
contains an em dash.

In order to bypass this issue, we replaced the em dash with a regular
dash and things started working again.

An alternative solution would be to replace the en_US.UTF-8 locale with
something safer, but unfortunately, the en_US.UTF-8 is probably as safe
as it gets.
2020-09-14 09:02:48 -07:00
..
ansible_test
integration Fix with_dict/with_list being passed incorrect type tests (#71699) 2020-09-11 07:53:10 +02:00
lib/ansible_test Remove em dash from the pytest configuration file 2020-09-14 09:02:48 -07:00
sanity Allow list of filters for the setup module (#68551) 2020-09-09 20:40:48 +02:00
support Remove incidental azure tests (#71164) 2020-08-08 00:56:53 -05:00
units AnsibleVaultEncryptedUnicode should be considered a string (#71609) 2020-09-03 14:54:00 -05:00
utils/shippable Remove incidental azure tests (#71164) 2020-08-08 00:56:53 -05:00