]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: do not install ipaddress
authorKefu Chai <kchai@redhat.com>
Sun, 31 Jan 2021 03:47:07 +0000 (11:47 +0800)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 22 Feb 2021 16:34:11 +0000 (17:34 +0100)
we dropped py2 env from tox in c8649eff0097635ad16778d2194b07d139ce806a

so no need to install ipaddress for python<3.3 anymore

this change also silences the warning like:

Ignoring ipaddress: markers 'python_version < "3.3"' don't match your
environment

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit b5f4c9ad449131a1084061c99e895640dbbeb61d)

src/cephadm/requirements.txt [deleted file]
src/cephadm/tox.ini

diff --git a/src/cephadm/requirements.txt b/src/cephadm/requirements.txt
deleted file mode 100644 (file)
index 9271687..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ipaddress ; python_version < '3.3'
index 17371260e9aaaf091952b7dd7d48ee29d677500b..352277c714f31d2280b4468859a94983dc66d350 100644 (file)
@@ -7,7 +7,6 @@ skip_install=true
 deps =
   pytest
   mock
-  -r{toxinidir}/requirements.txt
 commands=pytest {posargs}
 
 [testenv:mypy]