Commit Graph

  • c83c1c4bda fixtures: add _iter_chain helper method Ran Benita 2024-02-27 10:51:31 +02:00
  • 686f9e0720 fixtures: remove unneeded optimization from _getnextfixturedef Ran Benita 2024-02-27 17:49:35 +02:00
  • 98b008ff6c build(deps): Bump anyio[curio,trio] in /testing/plugins_integration (#12033) dependabot[bot] 2024-02-26 10:51:07 -03:00
  • 73edefdd64 Merge pull request #12031 from pytest-dev/update-plugin-list/patch-affc652f1 Bruno Oliveira 2024-02-24 21:50:44 -03:00
  • ffd727e9d6 Fix mention of the prefix for pytest plugins in plugin_list Bruno Oliveira 2024-02-24 21:35:51 -03:00
  • b6eb985d55 [automated] Update plugin list pytest bot 2024-02-25 00:19:33 +00:00
  • affc652f1c Merge pull request #12030 from bluetech/cherry-pick-release Ran Benita 2024-02-25 00:31:52 +02:00
  • 7460b1aa31 Cherry pick 8.0.2 release notes Ran Benita 2024-02-25 00:24:32 +02:00
  • e53f798932 Merge pull request #12029 from pytest-dev/release-8.0.2 Ran Benita 2024-02-25 00:24:32 +02:00
  • 31afeeb0df Prepare release version 8.0.2 8.0.2 pytest bot 2024-02-24 22:02:40 +00:00
  • 84bd31de64 New verbosity_test_case ini option (#11653) Patrick Lannigan 2024-02-24 14:27:54 -05:00
  • a2a9aa6cde Merge pull request #12027 from bluetech/sys-last-exc Ran Benita 2024-02-23 22:41:14 +02:00
  • c09f74619b runner: add support for sys.last_exc for post-mortem debugging on Python>=3.12 robotherapist 2024-02-05 21:09:28 +01:00
  • 1b00a2f4fb Merge pull request #12025 from pytest-dev/backport-12022-to-8.0.x Ran Benita 2024-02-23 15:52:42 +02:00
  • b510adf9ef Merge pull request #12023 from bluetech/fixtures-cleanups-2 Ran Benita 2024-02-23 15:35:17 +02:00
  • ff2f66d84a [8.0.x] Revert "Fix teardown error reporting when --maxfail=1 (#11721)" Ran Benita 2024-02-23 15:34:32 +02:00
  • 93cd7ba857 Merge pull request #12022 from bluetech/revert-11721 Ran Benita 2024-02-23 15:34:32 +02:00
  • 8a8eed609c [8.0.x] Fix collection of short paths on Windows (#12024) github-actions[bot] 2024-02-23 11:20:19 +00:00
  • 8d9b95dcdb Fix collection of short paths on Windows (#11936) Bruno Oliveira 2024-02-23 07:51:15 -03:00
  • ad651ddfce fixtures: remove an unneeded suppress Ran Benita 2024-02-22 22:16:46 +02:00
  • 00d9640abc Revert "Fix teardown error reporting when --maxfail=1 (#11721)" Ran Benita 2024-02-23 11:29:00 +02:00
  • 010ce2ab0f Add typing to from_parent return values (#11916) Ran Benita 2024-02-23 09:35:57 +02:00
  • 1640f2e454 ENH: Improve warning stacklevel (#12014) Eric Larson 2024-02-23 01:11:05 -05:00
  • 59e9a58cc9 Remove Anthony from Tidelift participants (#12020) Bruno Oliveira 2024-02-22 21:04:11 -03:00
  • 691d8fcafb Merge pull request #12019 from bluetech/fixtures-simplify Ran Benita 2024-02-22 21:52:56 +02:00
  • c5c729e27a Add --log-file-mode option to the logging plugin, enabling appending to log-files (#11979) Ben Leith 2024-02-21 23:02:19 +11:00
  • 9bea1be215 fixtures: remove a no longer needed sort Ran Benita 2024-02-21 10:00:16 +02:00
  • 2007cf6296 fixtures: remove a level of indentation Ran Benita 2024-02-21 09:58:59 +02:00
  • 79def57cc6 python: small code cleanup Ran Benita 2024-02-21 09:35:25 +02:00
  • 8a410d0ba6 Merge pull request #12013 from bluetech/doctest-test Ran Benita 2024-02-20 22:22:01 +02:00
  • a37cff3ca8 testing: add a regression test for setup_module + --doctest-modules Ran Benita 2024-02-19 20:54:49 +02:00
  • 95f21f96cc [pre-commit.ci] pre-commit autoupdate (#12012) pre-commit-ci[bot] 2024-02-19 21:36:03 -03:00
  • 998fee1679 Clarify PytestPluginManager._is_in_confcutdir (#12007) Bruno Oliveira 2024-02-18 17:27:47 -03:00
  • 74346f027c [8.0.x] Allow Sphinx 7.x (#12005) github-actions[bot] 2024-02-18 10:43:49 +00:00
  • 40011b838b Allow Sphinx 7.x (#12002) Bruno Oliveira 2024-02-18 07:21:05 -03:00
  • b37696703b Merge pull request #12003 from pytest-dev/update-plugin-list/patch-cefb3e227 Bruno Oliveira 2024-02-17 22:35:26 -03:00
  • abf6a60567 Fix 'pytest_' mention: it was being considered a rst reference Bruno Oliveira 2024-02-17 22:21:30 -03:00
  • 52da8dd66c [automated] Update plugin list pytest bot 2024-02-18 00:19:26 +00:00
  • b7657b4d6b [8.0.x] Disallow Sphinx 6 and 7 (#12001) github-actions[bot] 2024-02-17 21:02:41 +00:00
  • cefb3e2277 Disallow Sphinx 6 and 7 (#12000) Bruno Oliveira 2024-02-17 17:46:58 -03:00
  • 5f241f388b Revert sys.platform verification to simple comparison (#11998) Bruno Oliveira 2024-02-17 16:10:21 -03:00
  • feb7c5e12e Merge pull request #11999 from pytest-dev/backport-11996-to-8.0.x Ran Benita 2024-02-17 20:28:13 +02:00
  • 090965574e [8.0.x] code: fix IndexError crash in getstatementrange_ast Ran Benita 2024-02-17 18:59:10 +02:00
  • aebeb33137 Merge pull request #11996 from bluetech/getstatementrange-index-error Ran Benita 2024-02-17 18:59:10 +02:00
  • 9f13d41d7b code: fix IndexError crash in getstatementrange_ast Ran Benita 2024-02-17 12:13:57 +02:00
  • 984478109f Merge pull request #11995 from bluetech/cherry-pick-release Ran Benita 2024-02-17 00:27:55 +02:00
  • 22b541e4eb Merge pull request #11993 from pytest-dev/release-8.0.1 Ran Benita 2024-02-17 00:09:47 +02:00
  • 68524d4858 Merge pull request #11993 from pytest-dev/release-8.0.1 Ran Benita 2024-02-17 00:09:47 +02:00
  • d7d320a15a Prepare release version 8.0.1 8.0.1 pytest bot 2024-02-16 13:20:17 +00:00
  • 93699166dc Merge pull request #11992 from bluetech/backport-11991 Ran Benita 2024-02-16 14:55:28 +02:00
  • a232abd56c [8.0.x] recwarn: fix pytest.warns handling of Warnings with multiple arguments Ran Benita 2024-02-16 14:29:19 +02:00
  • fbe18fc7a9 Merge pull request #11991 from bluetech/warns-fix Ran Benita 2024-02-16 14:29:19 +02:00
  • 9b838f491f recwarn: fix pytest.warns handling of Warnings with multiple arguments Reagan Lee 2024-02-16 14:01:41 +02:00
  • 6ef0cf150a Merge pull request #11959 from eerovaher/warn-message-type Ran Benita 2024-02-16 14:00:37 +02:00
  • 0475b1c925 Allow using warnings.warn() with Warnings Eero Vaher 2024-02-09 21:13:41 +01:00
  • dcf9da92be recwarn: minor style improvements Ran Benita 2024-02-16 13:38:55 +02:00
  • 8e56795b77 Merge pull request #11989 from bluetech/plugin-list-underscore Ran Benita 2024-02-16 13:01:25 +02:00
  • 92203d2b78 Merge pull request #11990 from bluetech/backport-11920 Ran Benita 2024-02-16 12:52:17 +02:00
  • f1aa9226ac [8.0.x] recwarn: let base exceptions propagate through pytest.warns again Ran Benita 2024-02-16 12:22:52 +02:00
  • 718cd40015 Merge pull request #11920 from bluetech/warn-skip Ran Benita 2024-02-16 12:22:52 +02:00
  • 288201b8f5 recwarn: let base exceptions propagate through pytest.warns again Ran Benita 2024-02-04 22:25:49 +02:00
  • c6313a06fb scripts/update-plugin-list: include packages starting with "pytest_" (underscore) Ran Benita 2024-02-16 12:03:38 +02:00
  • 5d7a5a9343 build(deps): Bump codecov/codecov-action from 3 to 4 (#11921) dependabot[bot] 2024-02-14 16:11:30 -03:00
  • cbb5c82c39 build(deps): Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 (#11922) dependabot[bot] 2024-02-14 16:11:20 -03:00
  • acafd003aa Consider pyproject.toml files for config if no other config files were found (#11962) Bruno Oliveira 2024-02-14 16:08:45 -03:00
  • d86d081563 [8.0.x] Added logot to the plugin list (#11977) github-actions[bot] 2024-02-14 20:08:38 +01:00
  • 46e6fb12c7 Consider paths and pathlists relative to cwd in case of an absent ini-file (#11963) Bruno Oliveira 2024-02-14 15:53:28 -03:00
  • fe7907d78c Add logot to plugin list (#11972) Dave Hall 2024-02-14 18:50:34 +00:00
  • c554c3d200 Merge pull request #11968 from pytest-dev/backport-11957-to-8.0.x Ran Benita 2024-02-13 10:01:00 +02:00
  • a6851e3459 [8.0.x] main: fix reversed collection order in Session Ran Benita 2024-02-13 09:44:13 +02:00
  • 5bb1363435 Merge pull request #11957 from bluetech/fix-session-collect-order Ran Benita 2024-02-13 09:44:13 +02:00
  • ca84327f15 [pre-commit.ci] pre-commit autoupdate (#11967) pre-commit-ci[bot] 2024-02-13 06:19:40 +01:00
  • 3b798e5422 build(deps): Bump pytest-asyncio in /testing/plugins_integration (#11965) dependabot[bot] 2024-02-12 11:06:14 -03:00
  • 526b971221 Merge pull request #11961 Add some autofixable refactor rules from pylint Pierre Sassoulas 2024-02-11 19:52:29 +01:00
  • 23dfb52974 [automated] Update plugin list (#11964) github-actions[bot] 2024-02-10 21:50:24 -03:00
  • 7da04c963f [ruff] Add unwanted pylint message to the ignore list Pierre Sassoulas 2024-02-10 23:41:33 +01:00
  • b922270ce7 [performance] Micro-optimization in '_traceback_filter' Pierre Sassoulas 2024-02-10 15:51:33 +01:00
  • 1180348303 [ruff] Add 'consider-using-in' from pylint Pierre Sassoulas 2024-02-10 15:46:45 +01:00
  • e6f6be3bc9 [8.0.x] Improve error message when using @pytest.fixture twice (#11958) github-actions[bot] 2024-02-09 14:34:45 +00:00
  • 7690a0ddf1 Improve error message when using @pytest.fixture twice (#11670) Florian Bruhin 2024-02-09 14:59:04 +01:00
  • 29a5f94428 Merge pull request #11956 from bluetech/ruff-warning Ran Benita 2024-02-09 15:32:11 +02:00
  • ea57c40c43 main: fix reversed collection order in Session Ran Benita 2024-02-09 11:34:55 +02:00
  • a182e10b06 Enable lint PGH004 - Use specific rule codes when using noqa Ran Benita 2024-02-09 11:14:36 +02:00
  • d1ee6d154f Enable flake8-pie Ran Benita 2024-02-09 11:08:33 +02:00
  • d02618d173 Fix ruff deprecation warning Ran Benita 2024-02-09 10:48:05 +02:00
  • 23b91d12de [8.0.x] Merge pull request #11941 from bluetech/doctest-parsefactories (#11948) Ran Benita 2024-02-08 03:09:19 +02:00
  • 9454fc38d3 closes: 10865 Fix muted exception (#11804) whysage 2024-02-08 02:47:56 +02:00
  • 101328aba5 Merge pull request #11947 from bluetech/hypothesis-revert Ran Benita 2024-02-07 22:44:58 +02:00
  • 42785cca44 Revert "testing: temporarily disable test due to hypothesis issue (#11836)" Ran Benita 2024-02-07 22:13:23 +02:00
  • 6c0b6c2f92 Merge pull request #11941 from bluetech/doctest-parsefactories Ran Benita 2024-02-07 22:09:17 +02:00
  • 9cd14b4ffb doctest: fix autouse fixtures possibly not getting picked up Ran Benita 2024-02-06 23:09:00 +02:00
  • 4c894f20a1 build(deps): Bump django in /testing/plugins_integration (#11946) dependabot[bot] 2024-02-07 15:37:56 -03:00
  • 6e5008f19f doctest: don't open code the module import Ran Benita 2024-02-06 23:40:13 +02:00
  • b9d02c5b53 Merge pull request #11932 Add pre-commit hook and fix pyproject.toml Pierre Sassoulas 2024-02-06 15:14:07 +01:00
  • d1095426c1 Update setuptools version to the one that support pyproject.toml Pierre Sassoulas 2024-02-06 14:38:52 +01:00
  • 757778f5f6 [pyproject-fmt] Add pre-commit hook and autofix existing Pierre Sassoulas 2024-02-05 20:20:31 +01:00
  • 404d31a942 Merge pull request #11930 from Pierre-Sassoulas/setup.cfg-to-pyproject.toml Pierre Sassoulas 2024-02-05 22:40:44 +01:00
  • 0d91539614 Merge pull request #11935 from pytest-dev/pre-commit-ci-update-config Pierre Sassoulas 2024-02-05 21:46:11 +01:00
  • 835e8032f4 [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-02-05 20:29:38 +00:00
  • c76ea72331 [pyproject.toml] Moving 'package_data' (py.typed) from setup.cfg Pierre Sassoulas 2024-02-05 15:33:27 +01:00