-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fix an issue calling incorrect api #253
Fix an issue calling incorrect api #253
Conversation
I'm surprised there's no tests for the I'm hoping this is grounds for a 1.8.1 release as it breaks the download url api. Additionally, some guidance (outside of this PR, updating your own docs) on how to have all the available versions of python for nox would be appreciated. For example macOS no longer supports 3.6.x python versions. |
1a60a4a
to
ccbc0d8
Compare
I think It would normally be important enough for a 1.8.1 release, but I think we'll have a 1.9.0 early next week with all the sync changes and v2 support anyway. @mlech-reef could you please confirm what the situation is with installing python versions for the full nox suite to run tests locally? (we shouldn't merge the comment in if it's inaccurate) |
(I had to approve the PR for the tests to run) |
Makes sense if the comment is innacurate. I have |
Maybe it's a bug on macos, lets see what @mlech-reef will have to say about it |
So the comment itself is correct. And CI provides a backup. |
This commit fixes a typo in calling the incorrect restrictions api (v1 version)
9563c96
to
8fe7a35
Compare
Moved the tangential conversation around local setup to #255 |
ok, my mistake, I was under the impression that nox will install environments for itself |
Great contribution, added a test. I think it's not the first thing @ehossack contributed, right? Perhaps it's time for some more ambitious work we could do together? |
For now I will have to stay with the smaller contributions to save my time! |
P.S. When can we expect 1.9.0 if no 1.8.1? 😛 |
It's very close now. @mpnowacki-reef do we have anything left for 1.9.0? A couple new options for sync I think? |
This commit fixes a typo in calling the incorrect restrictions api (v1 version)