Commit Graph

  • ddf42d742a Use _pytest.pathlib.safe_exists in get_dirs_from_args Bruno Oliveira 2023-09-07 13:15:11 -0300
  • e4f022f0d8
    Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x Bruno Oliveira 2023-09-07 14:14:40 -0300
  • 63b0c6f75f Use _pytest.pathlib.safe_exists in get_dirs_from_args Bruno Oliveira 2023-09-07 13:15:11 -0300
  • 884b911a9c Fix crash when passing a very long cmdline argument (#11404) Bruno Oliveira 2023-09-07 12:49:25 -0300
  • 28ccf476b9
    Fix crash when passing a very long cmdline argument (#11404) Bruno Oliveira 2023-09-07 12:49:25 -0300
  • 333e4eba6b
    Change PytestReturnNotNoneWarning to return a normal warning (#11211) Fraser Stark 2023-09-07 16:11:59 +0100
  • 1793204872 Improve and fix changelog Bruno Oliveira 2023-09-07 11:49:03 -0300
  • c85c61565e updating changelog Fraser Stark 2023-07-14 17:27:31 +0100
  • e77591eef7 changing parent class of PytestReturnNotNoneWarning Fraser Stark 2023-07-14 17:13:59 +0100
  • 4272bcc3d1 fixup! Fix crash when passing a very long cmdline argument Bruno Oliveira 2023-09-07 10:47:43 -0300
  • 6536514f92 Fix crash when passing a very long cmdline argument Bruno Oliveira 2023-09-07 09:53:03 -0300
  • 6e49a74089
    [7.4.x] Fix doctest collection of `functools.cached_property` objects. (#11403) github-actions[bot] 2023-09-07 13:33:12 +0000
  • 189fcb7ac6 Account for Python 3.7 in the 7.4.x branch Bruno Oliveira 2023-09-07 10:06:11 -0300
  • 3dc0657347 [7.4.x] Fix doctest collection of `functools.cached_property` objects. Ronny Pfannschmidt 2023-09-07 14:39:02 +0200
  • e787d2ed48
    Merge pull request #11317 from tjsmart/fix-issue-11237 Ronny Pfannschmidt 2023-09-07 14:39:02 +0200
  • 79c2012d40
    [7.4.x] doc: Remove done training (#11400) github-actions[bot] 2023-09-06 13:50:00 +0000
  • a05556e9ea [7.4.x] doc: Remove done training Florian Bruhin 2023-09-06 15:22:27 +0200
  • f6b6478868
    doc: Remove done training (#11399) Florian Bruhin 2023-09-06 15:22:27 +0200
  • 1964c55905 doc: Remove done training Florian Bruhin 2023-09-06 14:53:45 +0200
  • de69883e3a
    [7.4.x] improve plugin list disclaimer (#11398) github-actions[bot] 2023-09-06 11:02:29 +0000
  • a55c1e069d [7.4.x] improve plugin list disclaimer Stefaan Lippens 2023-09-06 12:34:38 +0200
  • 3ce63bc768
    Improve plugin list disclaimer (#11397) Stefaan Lippens 2023-09-06 12:34:38 +0200
  • e69192a32a [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-09-06 07:49:50 +0000
  • a5f208196a Issue #11391 improve plugin list disclaimer Stefaan Lippens 2023-09-06 09:39:41 +0200
  • faa8f2ea08
    Merge pull request #11393 from pytest-dev/fixtures-tweaks Ran Benita 2023-09-06 09:15:28 +0300
  • 1de00e9830
    [7.4.x] Fix import_path for packages (#11395) github-actions[bot] 2023-09-05 23:07:48 +0000
  • 361a21607d [7.4.x] Fix import_path for packages Bruno Oliveira 2023-09-05 19:42:40 -0300
  • 194a782e38
    Fix import_path for packages (#11390) Bruno Oliveira 2023-09-05 19:42:40 -0300
  • bc71561ad9 python: avoid an Any Ran Benita 2023-09-05 08:59:44 +0300
  • 574e0f45d9 fixtures: avoid using the mildly expensive `fixturenames` property Ran Benita 2023-09-01 15:36:41 +0300
  • b8906b29a7 fixtures: require `item.fixturenames` to exist in `_fillfixtures` Ran Benita 2023-09-01 15:13:15 +0300
  • d2b5177dd6 fixtures: avoid some redundant work in `_fillfixtures` Ran Benita 2023-09-01 15:01:05 +0300
  • 65c01f531b fixtures: use the item `fixturenames` in `request.fixturenames` Ran Benita 2023-09-01 14:53:36 +0300
  • 82bd63d318 doctest: add `fixturenames` field to `DoctestItem` Ran Benita 2023-09-01 14:49:34 +0300
  • d4872f5df7 fixtures: tiny code cleanup Ran Benita 2023-08-02 22:50:13 +0300
  • 8d815ca55b python: type some CallSpec2 fields as immutable Ran Benita 2023-08-02 22:48:30 +0300
  • 5e02d9c064 Apply review comment Sadra Barikbin 2023-09-05 19:48:40 +0330
  • 120be26962 Improve solution Sadra Barikbin 2023-09-05 19:38:42 +0330
  • 9f3bdac150 Fix import_path for packages Bruno Oliveira 2023-09-05 09:31:41 -0300
  • 8032d21271
    [pre-commit.ci] pre-commit autoupdate (#11389) pre-commit-ci[bot] 2023-09-05 10:09:33 -0300
  • 2a91026f25
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-09-05 08:22:53 +0000
  • 57ad1e86ca Fix a test Sadra Barikbin 2023-09-05 11:39:05 +0330
  • c8e527765a Merge remote-tracking branch 'upstream/Improvement-remove-prune_dependency_tree' into Improvement-remove-prune_dependency_tree Sadra Barikbin 2023-09-05 10:44:04 +0330
  • 8b75507215 Merge branch 'main' into Improvement-remove-prune_dependency_tree Sadra Barikbin 2023-09-05 10:42:30 +0330
  • 0c163ec969 Add is_pseudo & Replace the bad expression with isinstance check Sadra Barikbin 2023-09-05 10:41:09 +0330
  • c7c40c16b2
    Merge 853e33c901 into 9c8937b480 Sadra Barikbin 2023-09-04 13:33:36 -0300
  • 9c8937b480
    build(deps): Bump pytest-html in /testing/plugins_integration (#11384) dependabot[bot] 2023-09-04 08:08:10 -0300
  • 0d8b87f161
    build(deps): Bump anyio[curio,trio] in /testing/plugins_integration (#11383) dependabot[bot] 2023-09-04 08:08:01 -0300
  • 65c73a09e7
    build(deps): Bump twisted in /testing/plugins_integration (#11385) dependabot[bot] 2023-09-04 08:07:56 -0300
  • de59a29fe4
    build(deps): Bump twisted in /testing/plugins_integration dependabot[bot] 2023-09-04 03:25:40 +0000
  • 7c51e1d8e4
    build(deps): Bump pytest-html in /testing/plugins_integration dependabot[bot] 2023-09-04 03:25:34 +0000
  • e3d7163691
    build(deps): Bump anyio[curio,trio] in /testing/plugins_integration dependabot[bot] 2023-09-04 03:25:31 +0000
  • 7f5d9b9df4
    Fix user_properties not saved to XML if fixture errors during teardown (#11382) Bruno Oliveira 2023-09-03 15:01:56 -0300
  • c0bfad63ee Fix user_properties not saved to XML if fixture errors during teardown Israel Fruchter 2023-09-03 20:33:54 +0300
  • 917ce9aa01
    Fix user_properties not saved to XML if fixture errors during teardown Israel Fruchter 2023-09-03 20:33:54 +0300
  • 22f5c53667 Update changelog/11367.bugfix.rst Bruno Oliveira 2023-09-03 14:06:37 -0300
  • c2567160be [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-08-30 10:48:33 +0000
  • a79f2f8a9d [junit] move properties handling to `finalize()` Israel Fruchter 2023-08-30 13:36:59 +0300
  • 4e3a0874df
    [automated] Update plugin list (#11380) github-actions[bot] 2023-09-02 22:13:17 -0300
  • d0aa8ac0d1 [automated] Update plugin list pytest bot 2023-09-03 00:18:27 +0000
  • ba0da81f88
    Merge pull request #11379 from nicoddemus/cherry-pick-release Bruno Oliveira 2023-09-02 13:21:07 -0300
  • f08782d8d0 Merge pull request #11377 from pytest-dev/release-7.4.1 Bruno Oliveira 2023-09-02 12:41:32 -0300
  • 82eb86f707
    Merge pull request #11377 from pytest-dev/release-7.4.1 Bruno Oliveira 2023-09-02 12:41:32 -0300
  • 0319a0d4fd Checkout source code during deploy Bruno Oliveira 2023-09-02 12:38:39 -0300
  • 5b528bd131
    build(deps): Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#11310) dependabot[bot] 2023-09-02 12:04:30 -0300
  • 209547c641
    build(deps): Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 dependabot[bot] 2023-09-02 15:00:20 +0000
  • e4794b26b2
    Merge pull request #11378 from nicoddemus/improve-ci-workflow Bruno Oliveira 2023-09-02 11:59:25 -0300
  • ab6cae2126 Improve CI workflow Bruno Oliveira 2023-09-02 08:13:00 -0300
  • 7855a72d2c Improve CI workflow 7.4.1 Bruno Oliveira 2023-09-02 08:13:00 -0300
  • 7a0a0e8b08 Prepare release version 7.4.1 pytest bot 2023-09-02 11:03:06 +0000
  • fbcfd3a52e
    [7.4.x] Update CONTRIBUTING.rst (#11371) github-actions[bot] 2023-08-30 08:57:49 -0300
  • 2af4b9e55c [7.4.x] Update CONTRIBUTING.rst Sourabh Beniwal 2023-08-30 21:52:14 +1000
  • afb8d66e42
    Update CONTRIBUTING.rst (#11368) Sourabh Beniwal 2023-08-30 21:52:14 +1000
  • 7c37ca760b
    Update CONTRIBUTING.rst Bruno Oliveira 2023-08-30 08:31:45 -0300
  • 537f62d1f1
    Update CONTRIBUTING.rst Sourabh Beniwal 2023-08-30 09:42:10 +1000
  • b170081788
    [7.4.x] Issue 11354 fixing docs for lfnf (#11364) github-actions[bot] 2023-08-29 00:40:49 +0000
  • ef70dc66ab [7.4.x] Issue 11354 fixing docs for lfnf Sean Patrick Malloy 2023-08-28 17:14:45 -0700
  • 76ba7db6ce
    Improve docs for last-failed-no-failures Sean Patrick Malloy 2023-08-28 17:14:45 -0700
  • 02f84bc189
    docs: Added the name of the option we are changing the docs for Sean Patrick Malloy 2023-08-28 16:41:09 -0700
  • 5ac0a7a71f
    Update src/_pytest/cacheprovider.py Bruno Oliveira 2023-08-28 20:25:58 -0300
  • e121c50235 docs: quick change Sean Malloy 2023-08-28 16:16:50 -0700
  • e431b8e69d docs: Add a bit more to the doc for --lfnf Sean Malloy 2023-08-28 15:15:21 -0700
  • 75e815f6c1 docs: updating the docs to make --lfnf more clear Sean Malloy 2023-08-28 14:51:27 -0700
  • 722b4877da
    Merge branch 'pytest-dev:main' into issue_11354-Fixing-docs-for-lfnf Sean Patrick Malloy 2023-08-28 14:36:32 -0700
  • 941b203c94
    Merge pull request #11360 from seanjedi/issue_11356-fixing-precommit-issue-with-flake8 Ran Benita 2023-08-28 11:26:37 +0300
  • 3be5d3e228
    Merge branch 'pytest-dev:main' into issue_11354-Fixing-docs-for-lfnf Sean Patrick Malloy 2023-08-27 15:29:46 -0700
  • 66e7a1f6bf docs: improve --lfnf docs to make functionality more clear Sean Malloy 2023-08-27 15:26:42 -0700
  • 19d6b12b2a fix: fixing an issue with pre-commit with mypy and flake8 Sean Malloy 2023-08-27 15:03:42 -0700
  • 17e8f2b3fc
    [automated] Update plugin list (#11358) github-actions[bot] 2023-08-27 11:29:17 -0300
  • ff23347f1f
    Fix platform-dependent type-check errors (#11345) Warren Markham 2023-08-27 22:40:24 +1000
  • c7b602ca05 doc: remove unwanted implication Warren 2023-08-27 10:41:24 +1000
  • 60f65668ed refactor: change name of self-documenting constant Warren 2023-08-27 10:29:50 +1000
  • af4ebebf44 doc: improve explanation of return values Warren 2023-08-27 10:24:05 +1000
  • 9aa7874067 [automated] Update plugin list pytest bot 2023-08-27 00:17:45 +0000
  • 7a5f2feefb
    [7.4.x] Fixes for typed pluggy (#11355) Ran Benita 2023-08-27 01:15:32 +0300
  • b98d293fc0 docs: changing some docs for last-failed-no-failures to better explain functionality Sean Malloy 2023-08-26 13:56:29 -0700
  • bc2d5a63e3 [7.4.x] Fixes for typed pluggy Ran Benita 2023-08-26 09:53:45 +0300
  • 00fedcc439
    Merge pull request #11353 from bluetech/pluggy-typing Ran Benita 2023-08-26 22:59:35 +0300
  • 77f7f59b2a Fixes for typed pluggy Ran Benita 2023-08-26 09:53:45 +0300
  • f205b1e104 rewrite: fixup end_lineno, end_col_offset of rewritten asserts Ran Benita 2021-10-05 09:52:09 +0300