From 1dcf1ae154f4ad04a6c8a349711b64fa33eb1552 Mon Sep 17 00:00:00 2001 From: Mike Terzo Date: Mon, 20 Mar 2017 13:28:27 -0400 Subject: [PATCH 1/2] Travis failure definition has changed. Do not test unpinned versions of pip packages. --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index a23697a..1a6abd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,23 +5,8 @@ python: - "2.7" - "3.5" - "3.6" -env: - - PINNED=TRUE - - PINNED=FALSE - -matrix: - allow_failures: - - python: 2.6 - env: PINNED=FALSE - - python: 2.7 - env: PINNED=FALSE - - python: 3.5 - env: PINNED=FALSE - - python: 3.6 - env: PINNED=FALSE install: - - if [ "${PINNED}" == "FALSE" ]; then python scripts/unpin.py; fi - pip install -r requirements.txt - pip install -U -r requirements-test.txt - pip install -q coverage coveralls --use-wheel From a038d86d2cd1d6d15ec9fca3be39eaf26868de30 Mon Sep 17 00:00:00 2001 From: Mike Terzo Date: Mon, 20 Mar 2017 13:37:59 -0400 Subject: [PATCH 2/2] Newest release of Werkzeug is not compatible with puppetboard. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 80e2051..341f34e 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( "Flask >= 0.10.1", "Flask-WTF >= 0.12, <= 0.13", "WTForms >= 2.0, < 3.0", + "Werkzeug >=0.7, <= 0.11.5", "pypuppetdb >= 0.3.0, < 0.4.0", ], keywords="puppet puppetdb puppetboard",