Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Fix tests #538

Merged
merged 1 commit into from
May 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ envlist = {py36,py37,py38,py39}-{tests,install},docs,install,py36-docs
download = true
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
setenv =
LANG=C
LC_ALL=C
LC_ALL=C.UTF-8
LANG=C.UTF-8
# To pass arguments to py.test, use `tox [options] -- [pytest posargs]`.
commands =
py.test --pep8 --cache-clear -vv src/tests {posargs}
Expand Down