From b76c90374501ac461d89a8fba44335741d066ccc Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Fri, 20 Aug 2021 16:58:39 +0300 Subject: [PATCH] add pytest html (#7169) --- tests/time_tests/test_runner/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/time_tests/test_runner/requirements.txt b/tests/time_tests/test_runner/requirements.txt index 37f153fdf6e..d215a598def 100644 --- a/tests/time_tests/test_runner/requirements.txt +++ b/tests/time_tests/test_runner/requirements.txt @@ -1,8 +1,8 @@ pytest==4.0.1 -attrs==19.1.0 # required for pytest==4.0.1 to resolve compatibility issues +attrs==19.1.0 # required for pytest==4.0.1 to resolve compatibility issues PyYAML==5.4.1 jsonschema==3.2.0 distro==1.5.0 numpy==1.18.5 pymongo -pytest-html +pytest-html==1.22.1 # required for pytest==4.0.1 to resolve compatibility issues