From a393129041cb56379f0d7a2118e208d852c0bf6b Mon Sep 17 00:00:00 2001 From: Chris Kleinknecht Date: Wed, 4 Dec 2019 15:26:55 -0800 Subject: [PATCH] Use latest pytest now that 5.2.3 bug is fixed --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 9898094ca3d..50e89d2f607 100644 --- a/tox.ini +++ b/tox.ini @@ -22,10 +22,8 @@ python = [testenv] deps = - ; skip 5.2.3 pytest due to bug - ; https://github.com/pytest-dev/pytest/issues/6194 - test: pytest!=5.2.3 - coverage: pytest!=5.2.3 + test: pytest + coverage: pytest coverage: pytest-cov mypy,mypyinstalled: mypy==0.740