From 60fd6979fe507628ea8938444655fbcdba24a17a Mon Sep 17 00:00:00 2001 From: Dwayne Bailey Date: Fri, 2 Sep 2016 17:52:52 +0100 Subject: [PATCH] Req: update pytest to 3.0.2 Fixes UnicodeError https://github.com/pytest-dev/pytest/issues/1864 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1a34f2c116..0e1cbc212e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ isort>=4.2.3 pep257 pep8 -pytest==2.9.2 +pytest==3.0.2 pytest-cov pytest-xdist Sphinx>=1.2.2