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

Add requests as a dependency #850

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Add requests as a dependency #850

merged 1 commit into from
Oct 28, 2020

Conversation

bouweandela
Copy link
Member

@bouweandela bouweandela commented Oct 28, 2020

Add requests as a dependency, because it's missing from the list of dependencies and it's used:

import requests

Tasks

  • Create an issue to discuss what you are going to do, if you haven't done so already (and add the link at the bottom)
  • This pull request has a descriptive title that can be used in a changelog
  • Circle/CI tests pass. Status can be seen below your pull request. If the tests are failing, click the link to find out why.
  • Codacy code quality checks pass. Status can be seen below your pull request. If there is an error, click the link to find out why. If you suspect Codacy may be wrong, please ask by commenting.
  • Please use yamllint to check that your YAML files do not contain mistakes

Closes #851

@bouweandela bouweandela added the installation Installation problem label Oct 28, 2020
Copy link
Contributor

@valeriupredoi valeriupredoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's it do?

@bouweandela
Copy link
Member Author

It fixes the failing tests, see #851

@valeriupredoi
Copy link
Contributor

yeah, sorry, I commented before I looked 😁 - but still, it seems that package should be installed automatically without us ever asking for it (the two envs I built today have it), I wonder why the CI env is ignoring it

@valeriupredoi
Copy link
Contributor

we should try to avoid requesting deps manually, they may be not needed anymore in the future and we're left with conflicts from packages we don't actually need

@bouweandela
Copy link
Member Author

we should try to avoid requesting deps manually, they may be not needed anymore in the future and we're left with conflicts from packages we don't actually need

That's all fine, but we do need this package because we do use it, see the top post.

I wonder why the CI env is ignoring it

Maybe some other package that we have as a dependency used to have it as a dependency, but doesn't anymore.

@valeriupredoi
Copy link
Contributor

Maybe some other package that we have as a dependency used to have it as a dependency, but doesn't anymore.

That can't be - I built two envs from scratch today, with the latest environment.yml - but with the latest conda 4.9.1 - so it might be worth keeping an eye. Whatevs, let's get this one in, but I'll think of a test (kind of a reverse test) to periodically test the dependncy list see if we have any unused deps

@bouweandela bouweandela merged commit 5c094ee into master Oct 28, 2020
@bouweandela bouweandela deleted the fix-tests branch October 28, 2020 16:10
@jvegreg jvegreg added the enhancement New feature or request label Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request installation Installation problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly 'install' test on CircleCI is failing
3 participants