Skip to content

Avoids tox/pip failures on old systems#1192

Merged
pydanny merged 1 commit intocookiecutter:masterfrom
ssbarnea:fix/setup-requiremetns
Jul 23, 2019
Merged

Avoids tox/pip failures on old systems#1192
pydanny merged 1 commit intocookiecutter:masterfrom
ssbarnea:fix/setup-requiremetns

Conversation

@ssbarnea
Copy link
Copy Markdown
Member

@ssbarnea ssbarnea commented Jul 13, 2019

Some systems may have older virtualenv versions which would install
an ancient version of pip (like 8.1.1) which is not able to parse
requirements correctly generating errors like:

RequirementParseError: Expected ',' or end-of-list in pathlib2>=2.2.0;python_version<"3.6" at ;python_version<"3.6"
You are using pip version 8.1.1, however version 19.1.1 is available.

We cannot really support such versions so we can assure that we
only run with relatively newer tools.

This should fixed observed AppVeyor errors.

Some systems may have older virtualenv versions which would install
an ancient version of pip (like 8.1.1) which is not able to parse
requirements correctly generating errors like:

RequirementParseError: Expected ',' or end-of-list in pathlib2>=2.2.0;python_version<"3.6" at ;python_version<"3.6"
You are using pip version 8.1.1, however version 19.1.1 is available.

We cannot really support such versions so we can assure that we
only run with relatively newer tools.

This should fixed observed AppVeyor errors.
@ssbarnea ssbarnea added needs-merge needs-review PR Only: This PR require review from other developer labels Jul 14, 2019
@pydanny pydanny merged commit 1c547ee into cookiecutter:master Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review PR Only: This PR require review from other developer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants