From 3f2ae3caa331e92151c1c861a5b94504d3f9df31 Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Wed, 18 Jul 2018 00:12:40 +0300 Subject: [PATCH] PY-26263: test fix --- python/testData/toxtest/toxPyTest/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/testData/toxtest/toxPyTest/tox.ini b/python/testData/toxtest/toxPyTest/tox.ini index 2008ca595bd4..0ff2540dfaf6 100644 --- a/python/testData/toxtest/toxPyTest/tox.ini +++ b/python/testData/toxtest/toxPyTest/tox.ini @@ -3,4 +3,4 @@ skipsdist=True envlist = py27, py34 [testenv] deps=pytest -commands=py.test \ No newline at end of file +commands=pytest \ No newline at end of file