Skip to content

Commit

Permalink
provider: mark wheel as unsafe package
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Aug 15, 2020
1 parent c15b158 commit b92e681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/puzzle/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _formatter_elapsed(self):

class Provider:

UNSAFE_PACKAGES = {"setuptools", "distribute", "pip"}
UNSAFE_PACKAGES = {"setuptools", "distribute", "pip", "wheel"}

def __init__(
self, package, pool, io, env=None
Expand Down

0 comments on commit b92e681

Please sign in to comment.