Skip to content

Commit

Permalink
change test folder name to aviod bat escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
spetafree committed Mar 2, 2020
1 parent 199efd0 commit fe3b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe3b321

Please sign in to comment.