From a079095f00cd32171d17737eb280e62ff7756014 Mon Sep 17 00:00:00 2001 From: sapbasu Date: Mon, 4 Jun 2018 17:59:04 +0530 Subject: [PATCH 1/3] pinned version for dependencies --- .travis.yml | 8 ++++---- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ee7951..006224e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ before_install: install: # install all of the dependencies we need here - - pip install nose - - pip install pyxb==1.2.5 + - pip install nose==1.3.7 + # - pip install pyxb==1.2.5 # can't change the pyxb version without changing the version in setup.py # and regenerating the bindings in apicontractsv1.py - - pip install lxml - - pip install requests + # - pip install lxml + # - pip install requests - if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi before_script: diff --git a/setup.py b/setup.py index 2071242..04a6a7d 100644 --- a/setup.py +++ b/setup.py @@ -63,13 +63,13 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['pyxb==1.2.5', 'lxml', 'requests'], + install_requires=['pyxb==1.2.5', 'lxml==4.2.1', 'requests==2.18.4'], #install_requires=['nose'], #install_requires=['nosetests'], #install_requires=['mock'], #install_requires=['lxml'], - tests_require = ['nose', 'mock'], + tests_require = ['nose==1.3.7', 'mock==2.0.0'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, # for example: From 72a8383ec0718a49c78b0a056140a68e481aa365 Mon Sep 17 00:00:00 2001 From: sapbasu Date: Mon, 4 Jun 2018 18:37:18 +0530 Subject: [PATCH 2/3] fixed travis dependencies --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 006224e..162ca90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,11 +32,11 @@ before_install: install: # install all of the dependencies we need here - pip install nose==1.3.7 - # - pip install pyxb==1.2.5 + - pip install pyxb==1.2.5 # can't change the pyxb version without changing the version in setup.py # and regenerating the bindings in apicontractsv1.py - # - pip install lxml - # - pip install requests + - pip install lxml==4.2.1 + - pip install requests==2.18.4 - if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi before_script: From 5e2bdbb1000a1fbf84d82e6d3c68fa55aa2e306c Mon Sep 17 00:00:00 2001 From: sapbasu Date: Fri, 8 Jun 2018 11:58:26 +0530 Subject: [PATCH 3/3] allowing dependency version range within the same major version --- .travis.yml | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 162ca90..b9da601 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ before_install: install: # install all of the dependencies we need here - - pip install nose==1.3.7 + - pip install nose==1.* - pip install pyxb==1.2.5 # can't change the pyxb version without changing the version in setup.py # and regenerating the bindings in apicontractsv1.py - - pip install lxml==4.2.1 - - pip install requests==2.18.4 + - pip install lxml==4.* + - pip install requests==2.* - if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi before_script: diff --git a/setup.py b/setup.py index 04a6a7d..fbd3986 100644 --- a/setup.py +++ b/setup.py @@ -63,13 +63,13 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['pyxb==1.2.5', 'lxml==4.2.1', 'requests==2.18.4'], + install_requires=['pyxb==1.2.5', 'lxml==4.*', 'requests==2.*'], #install_requires=['nose'], #install_requires=['nosetests'], #install_requires=['mock'], #install_requires=['lxml'], - tests_require = ['nose==1.3.7', 'mock==2.0.0'], + tests_require = ['nose==1.*', 'mock==2.*'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, # for example: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy