From: Andrew Schoen Date: Wed, 2 May 2018 17:54:11 +0000 (-0500) Subject: tests: use notario>=0.0.13 when testing X-Git-Tag: v3.2.0beta1~107 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dea1ea93d58cee9581dff5cbb9c46d4d91dbdb19;p=ceph-ansible.git tests: use notario>=0.0.13 when testing Signed-off-by: Andrew Schoen --- 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