]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr,python-common: drop modules for python2 in requirements.txt
authorKefu Chai <kchai@redhat.com>
Thu, 12 Mar 2020 06:47:15 +0000 (14:47 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 12 Mar 2020 06:49:30 +0000 (14:49 +0800)
commita7e29b0f44538cb83b97222dc4d3a783acf890a9
tree3d720c0bfba7d34f5d14aeefe3b2369fa4acf32c
parent603383605f040d9ab15968d5625772e1f36fbf57
mgr,python-common: drop modules for python2 in requirements.txt

we don't support python2 anymore, so no need to install them for
python2 anymore.

also, this helps to silence the messages from pip like

```
Ignoring pytest: markers 'python_version < "3.5"' don't match your environment
Ignoring mock: markers 'python_version < "3.3"' don't match your environment
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/requirements-test.txt
src/pybind/mgr/requirements.txt
src/python-common/requirements.txt