Merge pull request #12094 from pytest-dev/release-8.1.1

Prepare release 8.1.1

(cherry picked from commit abb0cf4922)
This commit is contained in:
Bruno Oliveira
2024-03-09 08:51:20 -03:00
committed by Bruno Oliveira
parent 437eb86edd
commit 140c777590
10 changed files with 57 additions and 26 deletions

View File

@@ -152,7 +152,7 @@ The test collection would look like this:
configfile: pytest.ini
collected 2 items
<Dir pythoncollection.rst-196>
<Dir pythoncollection.rst-197>
<Module check_myapp.py>
<Class CheckMyApp>
<Function simple_check>
@@ -215,7 +215,7 @@ You can always peek at the collection tree without running tests like this:
configfile: pytest.ini
collected 3 items
<Dir pythoncollection.rst-196>
<Dir pythoncollection.rst-197>
<Dir CWD>
<Module pythoncollection.py>
<Function test_function>