From: Kefu Chai Date: Tue, 13 Oct 2020 08:09:42 +0000 (+0800) Subject: pybind/mgr/dashboard: s/pytest<4/pytest/ X-Git-Tag: v16.1.0~810^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=128778f25eb64cd334e062d627abdb23e0ef0e49;p=ceph.git pybind/mgr/dashboard: s/pytest<4/pytest/ to address following failure: The user requested pytest<4 pytest-cov 2.10.1 depends on pytest>=4.6 when building the target of "mgr-dashboard-virtualenv" Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index e45e05a0e467..25b205ce883d 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -1,4 +1,4 @@ -pytest<4 +pytest pytest-cov pytest-instafail pyfakefs