]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-detect-init & ceph-disk: Pin testtools test requirement 33986/head
authorThomas Bechtold <tbechtold@suse.com>
Mon, 16 Mar 2020 09:12:55 +0000 (10:12 +0100)
committerThomas Bechtold <tbechtold@suse.com>
Tue, 17 Mar 2020 11:47:36 +0000 (12:47 +0100)
commit9670dd583b4c68e7abf45b240207aed127a86c84
treea72e7141a125a5db8ce416760ce82db9858cdb2a
parent4d0bc226061d5766c849b1ee4de632d0274c211f
ceph-detect-init & ceph-disk: Pin testtools test requirement

When running make-check on python 3.4, the test requirements
installation fails with:

ERROR: testtools requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, \
  !=3.3.*, !=3.4.*' but the running Python is 3.4.6

This happens because there is a new testtols release on pypi from Mar
14, 2020. Pinning to an older version fixes this.

This is not needed for Master, Octopus and Nautilus  given that python
3.4 is already EOL[1] before Nautilus got released.

[1] https://www.python.org/downloads/release/python-3410/

Signed-off-by: Thomas Bechtold <tbechtold@suse.com>
src/ceph-detect-init/test-requirements.txt
src/ceph-disk/test-requirements.txt