From 2634e8d7aea041d8d270eeb6c324b7c7a92effcc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 13 Jan 2017 01:00:42 +0000 Subject: [PATCH] Pin pytest to latest version 3.0.5 --- cmake/catkin-pip-fixups.req | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/catkin-pip-fixups.req b/cmake/catkin-pip-fixups.req index 1eab7e7..2130a25 100644 --- a/cmake/catkin-pip-fixups.req +++ b/cmake/catkin-pip-fixups.req @@ -6,7 +6,7 @@ # Upgrading to use latest nose nose # Also install pytest since we support it -pytest +pytest==3.0.5 pytest-cov pytest-timeout