From fd2350aa4f3569f7c3d91a9bf160fdc38c82ea1a Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 21 Nov 2015 11:17:24 +0100 Subject: [PATCH] asert plain, to work with py35 fix #1150 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9cf8bf7c..f95c0c71 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ skipsdist = True [testenv] usedevelop = True -commands = py.test {posargs:tests/} +commands = py.test {posargs:tests/} --assert=plain deps = -rrequirements_test.txt py26: unittest2