From f12fcc57542ada16ae24fefea7d34d82b9302a03 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 6 Sep 2018 20:23:44 -0400 Subject: Upgrade testing tools --- requirements/pytest.pip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements/pytest.pip') diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 139c6479..a946a59a 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -3,9 +3,9 @@ # The pytest specifics used by coverage.py -pytest==3.7.1 +pytest==3.8.0 pluggy>=0.7 # pytest needs this, but pip doesn't understand -pytest-xdist==1.22.5 +pytest-xdist==1.23.0 flaky==3.4.0 mock==2.0.0 PyContracts==1.8.3 -- cgit v1.2.1