From a3390afc66134e77f98ae3bfae7bc23479ed8566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 17 Sep 2015 19:42:29 -0300 Subject: [PATCH] test suite requires recent queuelib to pass because it depends on queuelib test suite --- tests/requirements-py3.txt | 2 ++ tests/requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index cac8da9b5..53cb49f9b 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -6,3 +6,5 @@ jmespath # optional for shell wrapper tests bpython ipython +# required because squeue tests extend from queuelib testsuite +queuelib>=1.4.2 diff --git a/tests/requirements.txt b/tests/requirements.txt index f88d17538..a5e734417 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,3 +9,5 @@ testfixtures # optional for shell wrapper tests bpython ipython +# required because squeue tests extend from queuelib testsuite +queuelib>=1.4.2