Skip to content

pytest-xdist not found by conda #15643

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

Closed
linebp opened this issue Mar 10, 2017 · 2 comments · Fixed by #15646
Closed

pytest-xdist not found by conda #15643

linebp opened this issue Mar 10, 2017 · 2 comments · Fixed by #15646
Labels
Milestone

Comments

@linebp
Copy link
Contributor

linebp commented Mar 10, 2017

Code Sample

$ conda create -n pandas_dev python=3 --file ci/requirements_dev.txt
Fetching package metadata .........




PackageNotFoundError: Package not found: '' Package missing in current linux-64 channels: 
  - pytest-xdist


You can search for packages on anaconda.org with


    anaconda search -t conda pytest-xdist

Problem description

When following the documentation on how to contribute to the code, I ran into the above problem. pytest-xdist is not to be found in the standard conda channels, you need to add the conda-forge channel. The documentation does not help you with this. See also this discussion.

This can be resolved by either adding a note explaining the need to add conda-forge channel to conda or simply removing pytest-xdist as a requirement for a dev environment.

@jorisvandenbossche
Copy link
Member

I would remove pytest-xdist from the requirements file (one thing less to explain to new contributors. It is explained in the section on testing how to install it).
Would you want to do a PR for that?

@linebp
Copy link
Contributor Author

linebp commented Mar 10, 2017

yes, I can try that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants