From dea1ea93d58cee9581dff5cbb9c46d4d91dbdb19 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 2 May 2018 12:54:11 -0500 Subject: [PATCH] tests: use notario>=0.0.13 when testing Signed-off-by: Andrew Schoen --- tests/requirements2.2.txt | 1 + tests/requirements2.4.txt | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements2.2.txt b/tests/requirements2.2.txt index 3e7980a12..9379c1241 100644 --- a/tests/requirements2.2.txt +++ b/tests/requirements2.2.txt @@ -1,3 +1,4 @@ # These are Python requirements needed to run the functional tests testinfra==1.6.0 pytest-xdist +notario>=0.0.13 diff --git a/tests/requirements2.4.txt b/tests/requirements2.4.txt index 20a1ae8f3..470b2a37a 100644 --- a/tests/requirements2.4.txt +++ b/tests/requirements2.4.txt @@ -2,5 +2,4 @@ # testinfra < 1.7.1 does not work Ansible 2.4, see https://github.com/philpep/testinfra/issues/249 testinfra==1.7.1 pytest-xdist --e git://github.com/alfredodeza/notario.git#egg=notario -ipdb +notario>=0.0.13 -- 2.39.5