#530 Do not require system site packages for testing
Merged 4 years ago by lucarval. Opened 4 years ago by lucarval.
lucarval/freshmaker no-system-site-packages  into  master

file modified
+1
@@ -21,3 +21,4 @@ 

  tabulate

  prometheus_client

  defusedxml

+ rpm-py-installer

file modified
-1
@@ -19,7 +19,6 @@ 

          -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

@gnaponie, @cqi could you ptal? I think this will improve the development experience and make it easier to run tests in other CI systems.