tox-dev / tox-pipenv

A pipenv plugin for Tox
MIT License
124 stars 30 forks source link

Error while installing tox-pipenv #41

Closed asyd closed 6 years ago

asyd commented 6 years ago

Hi,

I'm trying to install tox-pipenv with pipenv, however I have the following error:

lib/python3.6/site-packages/pipenv/resolver.py", line 71, in main
    sources=project.pipfile_sources,
AttributeError: 'Project' object has no attribute 'pipfile_sources'

I must confess I'm not sure it's related to tox-pipenv itself or to pipenv but pipenv install works with other packages.

Environment

pipenv --version
pipenv, version 2018.05.18

Step to reproduces

pip install -U --user pipenv
mkdir tmp && cd tmp
pipenv install tox-pipenv
tonybaloney commented 6 years ago

looks like a versioning problem. I'll repro

tonybaloney commented 6 years ago

confirmed this is an issue when using a newer version of pipenv, will fix and patch

asyd commented 6 years ago

Thanks!

tonybaloney commented 6 years ago

Released in 1.5.0 yesterday