blob: e797b6343af85902e8fb145cec7ccf63eb08d1b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini
index 17b7e64d63a..1ae2f7be0f1 100644
--- a/src/pybind/mgr/tox.ini
+++ b/src/pybind/mgr/tox.ini
@@ -179,8 +179,6 @@ modules =
commands =
flake8 --config=tox.ini {posargs} \
{posargs:{[testenv:flake8]modules}}
- bash -c 'test $(git ls-files cephadm | grep ".py$" | grep -v tests | xargs grep "docker.io" | wc -l) == 3'
- bash -c 'test $(git ls-files cephadm | grep ".py$" | grep -v tests | xargs grep "quay.io" | wc -l) == 23'
[testenv:jinjalint]
basepython = python3
|