You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latter is the only solution that makes sense. Every one of our Python packages should ideally have their dependencies pinned to whatever range is strictly compatible.
I am going to spend some time this week going through the issues that have been open and address the PRs setup. Thank you for going through all this @Yablargo . These have been all some great suggestions. Look out in the near future for some comments on the other PRs and Issues.
Added a PR for this. Hopefully this takes care of this. From now on any packages added to this repo should follow that style of keeping versions pinned.
Somehow or another, in a test environment, "ipwhois" was installed at 0.XX instead of 1.2.0.
Running setup.py on this environment caused no complaints, but inexplicably the tests failed.
If I did not run the tests first, I would have not known anything was wrong.
findcdn/setup.py
Line 93 in 7bbf50e
I would suggest that:
The text was updated successfully, but these errors were encountered: