Commit Graph

  • fe06dc0c4b
    Merge f8f34b48d8 into 20b18f0f9a Sadra Barikbin 2024-02-02 22:17:08 +0200
  • 20b18f0f9a
    Merge pull request #11913 from bluetech/ruff-version-ignore Ran Benita 2024-02-02 21:55:40 +0200
  • cb5f738858 Ignore isort on _version.py Ran Benita 2024-02-02 21:29:30 +0200
  • 5be64c31cb
    Merge pull request #11912 from Pierre-Sassoulas/activate-ruff-checks Pierre Sassoulas 2024-02-02 20:22:18 +0100
  • c11cdfabd1
    Migrate from autoflake, black, isort, pyupgrade, flake8 and pydocstyle, to ruff (#11911) Pierre Sassoulas 2024-02-02 20:21:46 +0100
  • 233ab89f13 [ruff] Fix all consider [*cats, garfield] instead of cats + [garfield] Pierre Sassoulas 2024-02-02 15:12:50 +0100
  • 8967c527ff [ruff] Activate use next(iter(x)) instead of list(x)[0] and fix issue Pierre Sassoulas 2024-02-02 15:08:22 +0100
  • 180a16a344 [ruff] Fix ambiguous characters found in string and comment Pierre Sassoulas 2024-02-02 15:07:29 +0100
  • 514376fe29 [ruff] Add ruff's check and autofix existing issues Pierre Sassoulas 2024-02-02 14:49:15 +0100
  • a98b603bd9 Migrate from autoflake, black, isort, pyupgrade, flake8 and pydocstyle, to ruff Pierre Sassoulas 2024-01-31 21:12:33 +0100
  • bdfc5c80d8
    Merge pull request #11901 from Pierre-Sassoulas/migrate-from-isort-to-ruff Pierre Sassoulas 2024-02-02 09:42:07 +0100
  • 9ef905e7a0 [.git-blame-ignore-revs] Add migration to ruff/ruff format and blacken-docs 2024's style Pierre Sassoulas 2024-02-01 23:00:25 +0100
  • 4588653b24 Migrate from autoflake, black, isort, pyupgrade, flake8 and pydocstyle, to ruff Pierre Sassoulas 2024-01-31 21:12:33 +0100
  • fe96c7a615
    Merge 15e0e951e8 into 4546d5445a Sviatoslav Sydorenko (Святослав Сидоренко) 2024-02-01 17:05:29 +0200
  • 31514f63ff EAFP check on if file is accessible. Nick Johnson 2024-01-31 16:27:01 -0500
  • bcf1791740
    Merge 7d90cb64b7 into 4546d5445a John Litborn 2024-01-31 11:53:36 -0800
  • 368cc6225e
    [8.0.x] Upgrade blacken-doc to black's 2024 style (#11899) (#11900) Bruno Oliveira 2024-01-31 10:46:50 -0300
  • 6d030a5a64 [8.0.x] Upgrade blacken-doc to black's 2024 style (#11899) Pierre Sassoulas 2024-01-31 13:53:21 +0100
  • 046f64751b Fix a duplicate assignment in test_config.py Pierre Sassoulas 2024-01-31 13:59:14 +0100
  • 4546d5445a
    Upgrade blacken-doc to black's 2024 style (#11899) Pierre Sassoulas 2024-01-31 13:53:21 +0100
  • 9bd4dee56a Upgrade blacken-doc to black's 2024 style Pierre Sassoulas 2024-01-31 13:16:24 +0100
  • 06e592370e
    [8.0.x] Replace reorder-python-imports by isort due to black incompatibility (#11898) Bruno Oliveira 2024-01-31 09:08:36 -0300
  • df3fd70749 [8.0.x] Replace reorder-python-imports by isort due to black incompatibility Bruno Oliveira 2024-01-31 08:04:39 -0300
  • de161f8791
    Merge pull request #11896 from nicoddemus/isort Bruno Oliveira 2024-01-31 08:04:39 -0300
  • 3be2a9d655
    Update and rename .gitblameignore to .git-blame-ignore-revs Bruno Oliveira 2024-01-31 07:50:49 -0300
  • a76aa6ff80
    [8.0.x] fix incorrect examples for group_contains (#11897) github-actions[bot] 2024-01-30 20:37:18 +0000
  • 1af9db4ba9 [8.0.x] fix incorrect examples for group_contains John Litborn 2024-01-30 21:00:38 +0100
  • e885013c6b
    fix incorrect example for group_contains (#11892) John Litborn 2024-01-30 21:00:38 +0100
  • 8b54596639 Run pre-commit on all files Bruno Oliveira 2024-01-30 16:34:23 -0300
  • 899a6cf2ce Replace reorder-python-imports by isort due to black incompatibility Bruno Oliveira 2024-01-29 21:54:52 -0300
  • 73371a03da
    Merge pull request #11894 from pytest-dev/backport-11879-to-8.0.x Ran Benita 2024-01-30 17:38:43 +0200
  • eb698a64a0 [8.0.x] BUG: fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises Clément Robert 2024-01-30 16:20:30 +0100
  • 407d984142
    Fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises (#11879) Clément Robert 2024-01-30 16:20:30 +0100
  • db450ed8b1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-01-30 14:42:11 +0000
  • 1fc7425134 Change to be specific to urllib Clément Robert 2024-01-29 09:26:15 +0100
  • ccac3261ea Update testing/acceptance_test.py Bruno Oliveira 2024-01-29 15:48:41 -0300
  • 467487a7c0 Update 11879.bugfix.rst Clément Robert 2024-01-29 17:31:34 +0100
  • e43e8a78d7 add myself to AUTHORS Clément Robert 2024-01-29 09:27:14 +0100
  • 4f80fea833 BUG: fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises Clément Robert 2024-01-29 09:26:15 +0100
  • 797c8be4ca TST: add a regression test for issue 11872 Clément Robert 2024-01-29 09:22:32 +0100
  • 2553f51548 fix incorrect example for group_contains jakkdl 2024-01-30 14:43:46 +0100
  • 3e48ef64cd
    [8.0.x] Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument (#11891) github-actions[bot] 2024-01-30 09:55:36 -0300
  • beab2e81c1 [8.0.x] Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument Bruno Oliveira 2024-01-30 09:41:18 -0300
  • 21bec6cfbe
    Add changelog entry about FixtureManager.getfixtureclosure changing (#11887) Bruno Oliveira 2024-01-30 09:41:18 -0300
  • 5d05cfc61e
    Update doc/en/changelog.rst Bruno Oliveira 2024-01-30 09:38:02 -0300
  • 643e1d545f
    Update changelog/11868.bugfix.rst Bruno Oliveira 2024-01-30 08:53:13 -0300
  • 84d53d0453 Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument Bruno Oliveira 2024-01-29 21:12:12 -0300
  • 571e50634c Reintroduce default value for ignore_args argument of FixtureManager.getfixtureclosure Bruno Oliveira 2024-01-29 21:15:45 -0300
  • cb57bf50b1
    Pin back pytest-asyncio to 8.0.0 compatible release (#11889) Bruno Oliveira 2024-01-30 06:58:22 -0300
  • f031ad0f12
    Merge 662fc9c012 into c0dfc45186 Thomas Grainger 2024-01-30 04:08:20 -0500
  • f138965024 Pin back pytest-asyncio to 8.0.0 compatible release Bruno Oliveira 2024-01-29 21:25:07 -0300
  • edbe8f1a06 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-01-29 20:42:23 +0000
  • b035a7b4f1
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-01-29 20:40:46 +0000
  • 6d8faf8987 DOC add name in AUTHORS Guillaume Lemaitre 2024-01-29 19:37:46 +0100
  • 7e526d5646 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-01-29 18:37:35 +0000
  • 0e23f9816a DOC add changelog entry Guillaume Lemaitre 2024-01-29 19:36:32 +0100
  • a02457dac6 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-01-29 18:32:12 +0000
  • 49b60e9387 TST non-regression test Guillaume Lemaitre 2024-01-29 19:31:20 +0100
  • 6daf575508 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-01-29 18:06:22 +0000
  • 80a3322d32 FIX use safe_getattr instead of getattr for Python 3.9 compat Guillaume Lemaitre 2024-01-29 19:02:54 +0100
  • c0dfc45186
    build(deps): Bump hynek/build-and-inspect-python-package (#11877) dependabot[bot] 2024-01-29 10:42:51 -0300
  • 5855f65d0f
    build(deps): Bump pytest-asyncio in /testing/plugins_integration (#11878) dependabot[bot] 2024-01-29 10:42:27 -0300
  • 2af6504daa
    build(deps): Bump pytest-asyncio in /testing/plugins_integration dependabot[bot] 2024-01-29 03:50:38 +0000
  • a0cdfea811
    build(deps): Bump hynek/build-and-inspect-python-package dependabot[bot] 2024-01-29 03:16:38 +0000
  • 8b70bb64d3
    [8.0.x] Catch `OSError` from `getpass.getuser()` (#11876) github-actions[bot] 2024-01-29 02:25:18 +0000
  • 7d171c85e4 [8.0.x] Catch `OSError` from `getpass.getuser()` Russell Martin 2024-01-28 21:07:18 -0500
  • 14d3707818
    Catch `OSError` from `getpass.getuser()` (#11875) Russell Martin 2024-01-28 21:07:18 -0500
  • a2da7a5670
    Create 11875.bugfix.rst Bruno Oliveira 2024-01-28 23:00:11 -0300
  • e5584da625
    Catch `OSError` from `getpass.getuser()` - Previously, `getpass.getuser()` would leak an ImportError if the USERNAME environment variable was not set on Windows because the `pwd` module cannot be imported. - Starting in Python 3.13.0a3, it only raises `OSError`. Russell Martin 2024-01-28 17:31:37 -0500
  • 8853a57532
    [automated] Update plugin list (#11867) github-actions[bot] 2024-01-28 13:28:28 +0000
  • 878af85aef
    mypy: disallow untyped defs by default (#11862) Bruno Oliveira 2024-01-28 10:12:42 -0300
  • bb6a315a30 [automated] Update plugin list pytest bot 2024-01-28 00:19:39 +0000
  • 169d775eec
    Merge pull request #11866 from pytest-dev/backport-11718-to-8.0.x Ran Benita 2024-01-28 00:25:45 +0200
  • 42f709ed44 [8.0.x] build(deps): Bump hynek/build-and-inspect-python-package from 1.5.4 to 2.0.0 Ran Benita 2024-01-09 21:44:43 +0200
  • e7b43b2121
    Merge pull request #11859 from bluetech/numbered-dir-scandir Ran Benita 2024-01-28 00:05:39 +0200
  • d0f427aec4
    Merge pull request #11865 from bluetech/cherry-pick-release Ran Benita 2024-01-28 00:03:06 +0200
  • c6da0d20d2 Merge pull request #11864 from bluetech/release-8.0.0 Ran Benita 2024-01-27 23:55:26 +0200
  • 24c681d4ee
    Merge pull request #11864 from bluetech/release-8.0.0 Ran Benita 2024-01-27 23:55:26 +0200
  • 478f8233bc Prepare release version 8.0.0 8.0.0 Ran Benita 2024-01-27 23:23:56 +0200
  • 608590097a
    [8.0.x] fix: avoid rounding microsecond to `1_000_000` (#11863) github-actions[bot] 2024-01-27 16:48:01 +0000
  • 42b8f543ad [8.0.x] fix: avoid rounding microsecond to `1_000_000` Dương Quốc Khánh 2024-01-27 22:40:31 +0900
  • a164ed6400
    logging: avoid rounding microsecond to `1_000_000` (#11861) Dương Quốc Khánh 2024-01-27 22:40:31 +0900
  • 1bbe08202f mypy: disallow untyped defs by default Bruno Oliveira 2024-01-27 09:01:43 -0300
  • 0ba9f9ff99
    Update and rename 11861.trivial.rst to 11861.bugfix.rst Bruno Oliveira 2024-01-27 10:22:58 -0300
  • 6d69288c8b
    docs: add changelog Khanh Duong Quoc 2024-01-27 20:55:21 +0900
  • baf2fa4c15
    fix: avoid rounding microsecond to `1_000_000` Khanh Duong Quoc 2024-01-27 00:20:57 +0900
  • eb9013d42c pathlib: speed up `make_numbered_dir` given a large tmp root Ran Benita 2024-01-25 17:33:23 +0200
  • ac2cd72e5f
    Merge pull request #11856 from bluetech/pluggy-unblock Ran Benita 2024-01-25 10:42:13 +0200
  • bca4bb0738 config: use `pluginmanager.unblock` instead of accessing pluggy's internals Ran Benita 2024-01-24 13:22:36 +0200
  • 2a77f8d88b
    Merge pull request #11854 from bluetech/runner-inline-2 Ran Benita 2024-01-24 10:36:28 +0200
  • c2cd8786d1
    make mypy as strict as possible Thomas Grainger 2024-01-23 19:41:38 +0000
  • d972957303
    hookspec: document conftest behavior for all hooks (#9496) Ran Benita 2024-01-23 16:08:16 +0200
  • 44bf7a2ec0
    Mark some xfails from #10042 as non-strict (#11832) Joachim B Haga 2024-01-22 22:29:14 +0100
  • 6d9b816d4f Mark some xfails from #10042 as non-strict Joachim B Haga 2024-01-17 16:05:53 +0100
  • 5ab8972bb5 runner: inline `call_runtest_hook` Ran Benita 2024-01-22 16:26:55 +0200
  • 21440521fa
    [automated] Update plugin list (#11848) github-actions[bot] 2024-01-22 10:14:58 -0300
  • 79ae968131
    build(deps): Bump actions/cache from 3 to 4 (#11852) dependabot[bot] 2024-01-22 10:11:09 -0300
  • 2985a3db6a
    build(deps): Bump actions/cache from 3 to 4 dependabot[bot] 2024-01-22 03:57:12 +0000
  • 63a9c24733 runner: inline `call_and_report` and `call_runtest_hook` Ran Benita 2024-01-21 14:56:31 +0200
  • 7d90cb64b7
    Merge branch 'main' into raisesgroup John Litborn 2024-01-21 17:41:36 +0100