summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPete Zaitcev <zaitcev@kotori.zaitcev.us>2019-06-12 19:42:44 -0500
committerTim Burke <tim.burke@gmail.com>2019-06-19 09:54:14 -0700
commita57085edc9427e3ee7c6aa474f2954f0d8825df3 (patch)
tree4cc10530b07c88e19cf5d7f34468b6c767bab383 /tox.ini
parent808fe406d6b6fdaed4d45a25d7a2c270be694931 (diff)
downloadswift-a57085edc9427e3ee7c6aa474f2954f0d8825df3.tar.gz
py3: port the test of locale
We needed to change the sample translation a little, because Python 3 requires encoding metadata. We also remove workarounds for a specific bug in the subprocess module, which were needed on Python 2.6 only. Change-Id: Ie7791297cab16a649880088fa9eae6b4f95855f7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b86766cd3..e2f6b0f67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -95,7 +95,8 @@ commands =
test/unit/common/test_wsgi.py \
test/unit/container \
test/unit/obj \
- test/unit/proxy}
+ test/unit/proxy \
+ test/unit/test_locale}
[testenv:py36]
commands = {[testenv:py37]commands}