-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
update requirements #308
update requirements #308
Conversation
Codecov Report
@@ Coverage Diff @@
## main #308 +/- ##
=======================================
Coverage 75.49% 75.49%
=======================================
Files 44 44
Lines 5125 5125
=======================================
Hits 3869 3869
Misses 1256 1256 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
The PR (#290) that switched to the new build system missed to update the docs, and I would suggest to update the install the dev version session and to add this new test related one to rely solely on the info in So, the syntax to get all you need for testing:
For building the docs:
And getting all optional dependencies:
These should of course work with non executable dev versions when changing |
@bsipocz thanks. I'll try again with the info you provided. I was indeed confused by all the different files. |
e23450a
to
d8ffec8
Compare
yes, that was a mistake in the review of the PR that we didn't spot that the documentation was missed out from the updates. |
d8ffec8
to
a392f7d
Compare
@bsipocz well this was fun. I hadn't had the luxury to work with a python only system in a while. Only |
I think it's enough, but it's really you who can tell what would have been enough info to help you get set up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
Thanks for the contribution @olaurino |
When I started working with the repo I couldn't install all the dependencies right away and I had to figure out what I needed for testing, so I thought I'd create a little PR with the changes I made.
pillow
to the list of extra requirements. However note that one of the tests fails withoutpillow
. Should the test be skipped ifpillow
is not installed?requests-mock
to the list of test dependencies.Also remove a left over
pip-requirements
file and fix #310