From fe3b321d20b51b62d21b1455bafcf340ae508e7a Mon Sep 17 00:00:00 2001 From: spetafree <6402127+spetafree@users.noreply.github.com> Date: Mon, 2 Mar 2020 12:22:57 +0200 Subject: [PATCH] change test folder name to aviod bat escapes --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 1fd0545d6..8317df55c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -252,7 +252,7 @@ def is_inside_ci(): @pytest.fixture(scope="session") def special_char_name(): - base = "e-$ Γ¨Ρ€Ρ‚πŸš’β™žδΈ­η‰‡-j" + base = "e-$$ Γ¨Ρ€Ρ‚πŸš’β™žδΈ­η‰‡-j" # workaround for pypy3 https://bitbucket.org/pypy/pypy/issues/3147/venv-non-ascii-support-windows encoding = "ascii" if IS_PYPY and IS_WIN else sys.getfilesystemencoding() # let's not include characters that the file system cannot encode)