Skip to content

Explicitly add setuptools to install_requires#2144

Merged
nicoddemus merged 1 commit intopytest-dev:masterfrom
sscherfke:patch-1
Dec 28, 2016
Merged

Explicitly add setuptools to install_requires#2144
nicoddemus merged 1 commit intopytest-dev:masterfrom
sscherfke:patch-1

Conversation

@sscherfke
Copy link
Copy Markdown
Contributor

Setuptools is used in _pytest/config.py but was not explicitly listed as requirement. This led to an error when creating a Conda package for pytest since setuptools is not necessarily installed by default in Conda envs.

Setuptools is used in `_pytest/config.py` but was not explicitly listed as requirement. This led to an error when creating a Conda package for pytest since setuptools is not necessarily installed by default in Conda envs.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 92.832% when pulling 3f5edc7 on sscherfke:patch-1 into da40bcf on pytest-dev:master.

@RonnyPfannschmidt
Copy link
Copy Markdown
Member

seems critical for managing deployments on non-python envs - and the failures are unrelated

@nicoddemus nicoddemus merged commit b4295aa into pytest-dev:master Dec 28, 2016
@nicoddemus
Copy link
Copy Markdown
Member

Thanks @sscherfke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants