James Frost
8c89a7b1e9
Add html_baseurl to sphinx conf.py ( #12364 ) ( #12393 )
...
This is used to set the <link rel="canonical" href="X"> tag that points to the canonical version of the webpage. Including this indicates to search engines which version to include in their indexes, and should prevent older versions showing up.
Fixes #12363
2024-05-30 08:06:37 -03:00
Bruno Oliveira
f530a765a6
Merge pull request #10816 from pytest-dev/backport-10772-to-7.2.x
...
[7.2.x] Correctly handle tracebackhide for chained exceptions
2023-03-15 08:42:50 -03:00
pre-commit-ci[bot]
894338e94d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-03-15 11:23:54 +00:00
github-actions[bot]
c27350e60c
[7.2.x] Include `pyproject.toml` in help section that lists out config files with ini-options ( #10808 )
...
Co-authored-by: Stefanie Molin <24376333+stefmolin@users.noreply.github.com>
2023-03-15 08:12:30 -03:00
github-actions[bot]
dfd44b3bed
[7.2.x] doc: Remove done training ( #10806 )
...
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2023-03-11 11:00:14 -03:00
github-actions[bot]
ec25744cb3
[7.2.x] Fix example in the documentation ( #10782 ) ( #10796 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-03-05 19:21:53 +00:00
pytest bot
4191e02598
Prepare release version 7.2.2
2023-03-03 17:05:52 +00:00
github-actions[bot]
e8e7d44a4c
[7.2.x] made minor updates to fixtures docs ( #10778 )
...
Co-authored-by: Billy <william.j.kern@gmail.com>
2023-02-28 16:08:54 +00:00
github-actions[bot]
cee8d6f274
[7.2.x] Update import mode documentation to not refer to __import__() anymore. ( #10751 )
...
Co-authored-by: Manuel Jacob <me@manueljacob.de>
2023-02-18 18:57:56 -03:00
github-actions[bot]
79108bf9a3
[7.2.x] add CI and BUILD_NUMBER env var in docs ( #10750 )
...
Co-authored-by: bitzge <4791819+bitzge@users.noreply.github.com>
2023-02-18 18:57:28 -03:00
github-actions[bot]
779a87aada
[7.2.x] Update open training ( #10740 )
...
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2023-02-15 16:07:30 +01:00
Garvit Shubham
37e410fce8
[7.2.x] Fix entry-points declaration in the documentation example using Hatch
2023-02-14 14:01:18 +00:00
Mahesh Vashishtha
7e1549dfb6
[7.2.x] DOCS-#10687: Add a note about -W vs filterwarnings.
2023-02-07 22:29:03 +00:00
vin01
4e14609b99
[7.2.x] Clarify docs for `match` regarding escaping
2023-01-27 11:13:22 +00:00
pytest bot
1ae778f13e
Prepare release version 7.2.1
2023-01-13 11:01:33 +00:00
Bruno Oliveira
f1989747b7
Fix tox 4.0 support and docs
...
Also includes pre-commit autoupdate
2022-12-14 09:09:43 -03:00
github-actions[bot]
b2271afa65
[7.2.x] Remove done trainings ( #10472 )
...
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2022-11-04 18:50:45 +01:00
Bruno Oliveira
6a4a0f43b5
Merge pull request #10430 from pytest-dev/backport-10425-to-7.2.x
...
[7.2.x] upgrade pygments-pytest for 7.2.x coloring
2022-10-25 15:32:05 -03:00
github-actions[bot]
651c7bf932
[7.2.x] Edit changelog for 7.2.0 ( #10429 )
...
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2022-10-25 18:11:35 +00:00
Anthony Sottile
5c6a9a6504
[7.2.x] upgrade pygments-pytest for 7.2.x coloring
2022-10-25 17:53:54 +00:00
pytest bot
3af3f569d5
Prepare release version 7.2.0
2022-10-23 20:28:15 +00:00
Tony Narlock
7fada7127e
docs(output): Note --no-show-locals
2022-10-14 16:38:14 -05:00
Ofek Lev
86602ce6e0
Fix packaging example
2022-10-12 11:51:26 -04:00
Thomas Grainger
8a40fc5315
PytestReturnNotNoneWarning now subclasses PytestRemovedIn8Warning ( #10196 )
...
As discussed in https://github.com/pytest-dev/pytest/pull/9956#issuecomment-1132710934 .
Also added PytestRemovedIn8Warning to the reference docs.
2022-10-09 20:10:45 -03:00
Vivaan Verma
196f01965e
Replace entrypoint example with `pyproject.toml` in docs ( #10359 )
...
Fixes #10344
2022-10-09 17:42:42 -03:00
Simon K
3bf2bc55b1
Add deprecations for tests written for `nose` ( #9907 )
...
Fixes #9886
2022-10-09 17:16:33 -03:00
Samuel Gaist
a28d595b46
doc: add note to help modernize code bases to use pathlib
...
Fixes #10199
2022-10-08 10:18:08 +02:00
wodny
2bc036e50a
Mention pythonpath confval in Good Integration Practices ( #10314 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-07 13:03:13 -03:00
Bruno Oliveira
79c2e92bb8
Merge pull request #10349 from nicoddemus/doc-setup-teardown-nose
2022-10-07 11:48:09 -03:00
Florian Bruhin
9be1e3fac8
doc: Add second day for enterPy training ( #10348 )
2022-10-07 16:13:05 +02:00
Bruno Oliveira
0c21d60349
Improve documentation for setup() and teardown() nose support
...
Fix #9549
2022-10-07 11:10:28 -03:00
Thierry Moisan
06007de7ba
Fix a few broken links in the documentation
2022-10-05 10:24:55 -04:00
Ronny Pfannschmidt
0fdacb6db5
deprecate hook configuration via marks/attributes
...
fixes #4562
2022-09-20 16:22:26 +02:00
Fredrik Berndtsson
246129089c
doc: Fix 404 'identify flaky test' link ( #10244 )
2022-09-15 23:34:22 +02:00
Florian Bruhin
34765f6b2e
doc: Add link for enterPy training ( #10299 )
2022-09-15 17:07:02 +02:00
pytest bot
f53b49c8c4
[automated] Update plugin list
2022-09-11 00:22:18 +00:00
skhomuti
c326bd5669
Add allure-pytest to the popular plugins list
2022-09-08 22:12:44 +05:00
Florian Bruhin
1e0aa16908
Update open trainings
2022-09-07 14:48:49 +02:00
Bruno Oliveira
77e34526e8
Merge pull request #10225 from nicoddemus/sort-fixtures-docs
2022-09-06 08:33:27 -03:00
pytest bot
50f390f015
[automated] Update plugin list
2022-09-04 00:23:26 +00:00
Bruno Oliveira
7f4b63b143
Merge pull request #10259 from pytest-dev/release-7.1.3
...
Prepare release 7.1.3
(cherry picked from commit 3739e6cd48
)
2022-09-02 08:24:18 -03:00
Philipp A
245a8c23dd
Revamp good practices ( #10206 )
...
* Recommend importlib import mode for new projects
* Recommend src layout more strongly
* Switch to hatchling as the packaging tool in the example (following PyPA)
* Add explanation about the different import modes
2022-09-01 07:55:41 -03:00
Bruno Oliveira
a9bbfb87d6
Merge pull request #10252 from nicoddemus/fix-regendoc
...
Fix regendoc
2022-08-31 14:32:36 -03:00
Bruno Oliveira
1caa099e42
Fix regendoc
...
The finalizers example was wiping out code needed for the examples below.
2022-08-31 14:28:33 -03:00
github-actions[bot]
0fc3a977a9
[automated] Update plugin list ( #10253 )
...
Co-authored-by: pytest bot <pytestbot@users.noreply.github.com>
2022-08-29 17:49:38 -03:00
pytest bot
932264d8fd
[automated] Update plugin list
2022-08-21 00:21:46 +00:00
Sviatoslav Sydorenko
71aa1388e0
Drop `wheel` from `pyproject.toml` example
...
It is unnecessary and has been deleted from the setuptools' docs too.
The setuptools' PEP 517 build backend implementation has been
auto-adding the `wheel` dependency since it's first been implemented.
2022-08-19 19:01:40 +02:00
Tatiana Ovary
3039391b83
Update documentation on how pytest.warns affects DeprecationWarning #9291 ( #10141 )
...
Co-authored-by: Dani Sancas <lord.sancas@gmail.com>
On-behalf-of: @clarityai-eng <tech@clarity.ai>
Signed-off-by: Tatiana Ovary <tatiana.ovary@clarity.ai>
2022-08-17 11:44:58 -03:00
Bruno Oliveira
832100955a
Sort fixtures in reference.rst alphabetically
...
While taking a look at the docs I noticed they were not properly sorted.
This just moves the sections around so they are sorted alphabetically, without any other changes.
2022-08-17 11:40:03 -03:00
aizpurua23a
7378f35b03
Update fixtures.rst w/ finalizer order
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2022-08-15 14:00:03 -03:00