-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
151 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release announcements | |
:maxdepth: 2 | ||
|
||
|
||
release-7.1.0 | ||
release-7.0.1 | ||
release-7.0.0 | ||
release-7.0.0rc1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
pytest-7.1.0 | ||
======================================= | ||
|
||
The pytest team is proud to announce the 7.1.0 release! | ||
|
||
This release contains new features, improvements, and bug fixes, | ||
the full list of changes is available in the changelog: | ||
|
||
https://docs.pytest.org/en/stable/changelog.html | ||
|
||
For complete documentation, please visit: | ||
|
||
https://docs.pytest.org/en/stable/ | ||
|
||
As usual, you can upgrade from PyPI via: | ||
|
||
pip install -U pytest | ||
|
||
Thanks to all of the contributors to this release: | ||
|
||
* Akuli | ||
* Andrew Svetlov | ||
* Anthony Sottile | ||
* Brett Holman | ||
* Bruno Oliveira | ||
* Chris NeJame | ||
* Dan Alvizu | ||
* Elijah DeLee | ||
* Emmanuel Arias | ||
* Fabian Egli | ||
* Florian Bruhin | ||
* Gabor Szabo | ||
* Hasan Ramezani | ||
* Hugo van Kemenade | ||
* Kian Meng, Ang | ||
* Kojo Idrissa | ||
* Masaru Tsuchiyama | ||
* Olga Matoula | ||
* P. L. Lim | ||
* Ran Benita | ||
* Tobias Deiminger | ||
* Yuval Shimon | ||
* eduardo naufel schettino | ||
* Éric | ||
|
||
|
||
Happy testing, | ||
The pytest Development Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import sys | ||
|
||
from distutils.core import setup | ||
|
||
if __name__ == "__main__": | ||
|