From 718681b42ca8e493b88738f7e9157470f5c5112b Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Jun 02 2020 20:36:58 +0000 Subject: Do not require system site packages for testing Signed-off-by: Luiz Carvalho --- diff --git a/requirements.txt b/requirements.txt index 0c9cb18..9abd404 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,3 +21,4 @@ koji tabulate prometheus_client defusedxml +rpm-py-installer diff --git a/tox.ini b/tox.ini index dc1c3ed..aa5b022 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ commands = -W "ignore:This method will be removed in future versions. Use 'parser.read_file()':DeprecationWarning" \ -W "ignore:Use .persist_selectable:DeprecationWarning" \ {posargs} -sitepackages = True [testenv:flake8] basepython = python3