Skip to content

Commit

Permalink
Rely on virtualenv as more surgical workaround for #67.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 8, 2023
1 parent 54f9698 commit e735b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =
# workaround for #67
pip >= 23; platform_system == "Windows" and python_version < "3.9"
virtualenv; platform_system == "Windows" and python_version < "3.9"
setenv =
PYTHONWARNDEFAULTENCODING = 1
commands =
Expand Down

0 comments on commit e735b86

Please sign in to comment.