Skip to content

Commit

Permalink
BUG: Fix bug caused by missing attribute during bdist_wheel
Browse files Browse the repository at this point in the history
Related to [AIM-Harvard#257 in pypa/wheel](pypa/wheel#257).

Newest version of wheel now expects the requirements object returned by `pkg_resources.Requirement.parse(req)` to have an url attribute.
Force the `pkg_resources` version to at least 0.3.0 to ensure this is the case.
  • Loading branch information
JoostJM committed Oct 3, 2018
1 parent 6542181 commit a13845d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -15,7 +15,7 @@ environment:
PYTHON_VERSION: "3.4.x"
PYTHON_SHORT_VERSION: "3.4"
PYTHON_ARCH: "64"
BLOCK: "0"
BLOCK: "1"

- PYTHON_DIR: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
Expand Down

0 comments on commit a13845d

Please sign in to comment.