Merge pull request #7849 from pytest-dev/release-6.1.1
Prepare release 6.1.1
This commit is contained in:
		
						commit
						69d903260d
					
				|  | @ -1 +0,0 @@ | ||||||
| Fixed regression in pytest 6.1.0 causing incorrect rootdir to be determined in some non-trivial cases where parent directories have config files as well. |  | ||||||
|  | @ -1 +0,0 @@ | ||||||
| Fixed crash in header reporting when :confval:`testpaths` is used and contains absolute paths (regression in 6.1.0). |  | ||||||
|  | @ -6,6 +6,7 @@ Release announcements | ||||||
|    :maxdepth: 2 |    :maxdepth: 2 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |    release-6.1.1 | ||||||
|    release-6.1.0 |    release-6.1.0 | ||||||
|    release-6.0.2 |    release-6.0.2 | ||||||
|    release-6.0.1 |    release-6.0.1 | ||||||
|  |  | ||||||
|  | @ -0,0 +1,18 @@ | ||||||
|  | pytest-6.1.1 | ||||||
|  | ======================================= | ||||||
|  | 
 | ||||||
|  | pytest 6.1.1 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 https://docs.pytest.org/en/stable/changelog.html. | ||||||
|  | 
 | ||||||
|  | Thanks to all of the contributors to this release: | ||||||
|  | 
 | ||||||
|  | * Ran Benita | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | Happy testing, | ||||||
|  | The pytest Development Team | ||||||
|  | @ -28,6 +28,18 @@ with advance notice in the **Deprecations** section of releases. | ||||||
| 
 | 
 | ||||||
| .. towncrier release notes start | .. towncrier release notes start | ||||||
| 
 | 
 | ||||||
|  | pytest 6.1.1 (2020-10-03) | ||||||
|  | ========================= | ||||||
|  | 
 | ||||||
|  | Bug Fixes | ||||||
|  | --------- | ||||||
|  | 
 | ||||||
|  | - `#7807 <https://github.com/pytest-dev/pytest/issues/7807>`_: Fixed regression in pytest 6.1.0 causing incorrect rootdir to be determined in some non-trivial cases where parent directories have config files as well. | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | - `#7814 <https://github.com/pytest-dev/pytest/issues/7814>`_: Fixed crash in header reporting when :confval:`testpaths` is used and contains absolute paths (regression in 6.1.0). | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| pytest 6.1.0 (2020-09-26) | pytest 6.1.0 (2020-09-26) | ||||||
| ========================= | ========================= | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -28,7 +28,7 @@ Install ``pytest`` | ||||||
| .. code-block:: bash | .. code-block:: bash | ||||||
| 
 | 
 | ||||||
|     $ pytest --version |     $ pytest --version | ||||||
|     pytest 6.1.0 |     pytest 6.1.1 | ||||||
| 
 | 
 | ||||||
| .. _`simpletest`: | .. _`simpletest`: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue