-
Notifications
You must be signed in to change notification settings - Fork 887
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 HACKING.txt and Pyramid's setup.py to use pip #2474
Comments
Changes to
|
That particular change is fine to make. Our tox file is already using pip as well. We should update our HACKING docs to recommend the similar workflow but I can do that myself later tonight. |
- remove unnecessary tests stuff - see Pylons#2474
If we remove |
This is the tox file I use for |
Removing nose in pyramid core should not part of these changes. I renamed the PR to reflect that. I didn't realize that was something @stevepiercy was trying to do in his original paste. I thought he was just merging the testing extras together into a single array. |
My intent was to copy what we did in the scaffolds to Pyramid's As I understand the situation, neither is desired by the core team at this time, so I reverted |
Closed by #2492 |
In relation to #2104, Pyramid's
HACKING.txt
andsetup.py
should be updated to use pip for consistency. However this is outside the scope of #2104 because it's not "docs" and it needs special attention from developers who work on Pyramid's core and understand implications of such a change.The three scaffold's
setup.py
s have been updated for the Pyramid 1.7 release already on docs/easy-install-to-pip.2104, and may serve as examples of the proposed changes.The text was updated successfully, but these errors were encountered: