From 16255d528ec1371489c0a119c7c4e4284015784b Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sun, 3 Dec 2017 17:22:41 -0800 Subject: [PATCH] deploy-ng: Lock tests app to pytest 3.2.0 pytest 3.3.0 brings in a pluggy dependency that cannot be satisfied with wheels. --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b5c81dac66..6bb511ebbf 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ -pytest +pytest==3.2.0 --pre --extra-index-url https://archive.panda3d.org/branches/deploy-ng panda3d