From b99cd0be11455e5c53e147f84c2f45712743bff2 Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Fri, 3 Sep 2021 21:50:41 +0200 Subject: [PATCH] Added dvclive to tests (#6518) * Added dvclive to tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Moved dvclive to rest_requirements * Update setup.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- test_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test_requirements.txt b/test_requirements.txt index 2fc62a6f08..5e4b09ce96 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -22,6 +22,7 @@ xmltodict==0.12.0 google-compute-engine==2.8.13 google-cloud-storage==1.42.0 urllib3==1.26.6 +dvclive>=0.2.1 # required by collective.checkdocs Pygments==2.10.0