From: stark, steven Date: Thu, 25 Oct 2018 02:10:10 +0000 (-0700) Subject: [VVP] freeze python requirements in vvp projects X-Git-Tag: 5.0.0~91 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=commitdiff_plain;h=72eef9521cc96587d148c84a00e72b4a30cc3efa [VVP] freeze python requirements in vvp projects Change-Id: I7924e811054ecaf56bf99bede272f199ac894cc2 Issue-ID: VVP-115 Signed-off-by: stark, steven --- diff --git a/requirements.txt b/requirements.txt index 424d276..b67741b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,13 +39,13 @@ # pytest==3.7.4 -PyYAML -pytest-tap -boltons -pyinstaller -xlsxwriter -docutils -requests -appdirs -jinja2 -yamllint +PyYAML==3.13 +pytest-tap==2.3 +boltons==18.0.1 +pyinstaller==3.4 +xlsxwriter==1.1.2 +docutils==0.14 +requests==2.20.0 +appdirs==1.4.3 +jinja2==2.10 +yamllint==1.12.1 diff --git a/tox.ini b/tox.ini index e414f82..61667f5 100644 --- a/tox.ini +++ b/tox.ini @@ -50,8 +50,8 @@ commands = coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml deps = -rrequirements.txt - flake8 - coverage + flake8==3.4.1 + coverage==4.5.1 [testenv:style] commands = flake8 ice_validator