From ca9d2d6ca2883638632ca69a08ac55b424033c7e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 5 Dec 2016 12:57:59 -0200 Subject: Use pytest>=3.0.5 --HG-- branch : latest-pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6f567494..19db60cb 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ usedevelop = True deps = # https://requires.io/github/nedbat/coveragepy/requirements/ - git+https://github.com/nedbat/pytest.git@bug2038#egg=pytest==0.0 + pytest>=3.0.5 pytest-xdist==1.15.0 pytest-warnings==0.2.0 pip==9.0.1 -- cgit v1.2.1