-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Preparing release version 3.7.2 #3821
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release announcements | |
:maxdepth: 2 | ||
|
||
|
||
release-3.7.2 | ||
release-3.7.1 | ||
release-3.7.0 | ||
release-3.6.4 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
pytest-3.7.2 | ||
======================================= | ||
|
||
pytest 3.7.2 has just been released to PyPI. | ||
|
||
This is a bug-fix release, being a drop-in replacement. To upgrade:: | ||
|
||
pip install --upgrade pytest | ||
|
||
The full changelog is available at http://doc.pytest.org/en/latest/changelog.html. | ||
|
||
Thanks to all who contributed to this release, among them: | ||
|
||
* Anthony Sottile | ||
* Bruno Oliveira | ||
* Daniel Hahler | ||
* Josh Holland | ||
* Ronny Pfannschmidt | ||
* Sankt Petersbug | ||
* Wes Thomas | ||
* turturica | ||
|
||
|
||
Happy testing, | ||
The pytest Development Team |
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 one is suspicious
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.
@RonnyPfannschmidt I believe it is caused by #3798, because now it is collecting packages again.
cc @jonozzz
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.
(I've spoken with @RonnyPfannschmidt on chat and explained the issue with him)