From d0f6449a86d9074bd490476615b19d9a4682a666 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 26 Oct 2017 22:12:28 +0300 Subject: [PATCH] Tests(tox): Install ppu Install Portable Python Utilities that are used in tests. --- devscripts/requirements/requirements_tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devscripts/requirements/requirements_tests.txt b/devscripts/requirements/requirements_tests.txt index 8e890d8..353aa9e 100644 --- a/devscripts/requirements/requirements_tests.txt +++ b/devscripts/requirements/requirements_tests.txt @@ -2,3 +2,4 @@ pytest pytest-cov +ppu -- 2.39.2