Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not import pytest in setup.py to make it compatible with pipenv #13

Closed
abotalov opened this issue Oct 12, 2017 · 1 comment
Closed
Labels
enhancement New feature or request
Milestone

Comments

@abotalov
Copy link

abotalov commented Oct 12, 2017

Currently pipenv doesn't allow to install pytest-dependency.

As said in the following ticket, pipenv is unable to install pytest-dependency due to poorly written setup.py:
https://github.com/kennethreitz/pipenv/issues/878

@RKrahl
Copy link
Owner

RKrahl commented Nov 5, 2017

Hmm, “poorly written setup.py”? I could just as well claim that pipenv is poorly written if it fails to install the packages in the proper order. (Sorry for the late reply, I was busy with other stuff lately.)

@RKrahl RKrahl changed the title Fix setup.py to make it compatible with pipenv Do not import pytest in setup.py to make it compatible with pipenv Nov 5, 2017
@RKrahl RKrahl added the enhancement New feature or request label Nov 5, 2017
@RKrahl RKrahl added this to the 0.3 milestone Nov 5, 2017
@RKrahl RKrahl closed this as completed in cc4252f Nov 12, 2017
@RKrahl RKrahl mentioned this issue Dec 11, 2017
gregseb added a commit to pauperpythonistas/python-geomark that referenced this issue Dec 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants