From dc8500b4b196399dc4c3f0a7eb0b6ee09292b169 Mon Sep 17 00:00:00 2001 From: Jerry Jiarui XU <xvjiarui0826@gmail.com> Date: Fri, 21 Feb 2020 20:11:03 +0800 Subject: [PATCH] fixed test package (#2127) --- requirements/tests.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index d45e5409..23009cad 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,10 +2,11 @@ asynctest codecov flake8 isort -pytest +# Note: used for kwarray.group_items, this may be ported to mmcv in the future. +kwarray +pytest pytest-cov pytest-runner +ubelt == 0.8.8 xdoctest >= 0.10.0 yapf -# Note: used for kwarray.group_items, this may be ported to mmcv in the future. -kwarray -- GitLab