Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix logreport #10496

Closed
wants to merge 26 commits into from
Closed

fix logreport #10496

wants to merge 26 commits into from

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    3af3f56 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge pull request #10412 from pytest-dev/release-7.2.0

    Prepare release 7.2.0
    RonnyPfannschmidt committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ac4e3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6a9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f08cd7 View commit details
    Browse the repository at this point in the history
  4. [7.2.x] Edit changelog for 7.2.0 (#10429)

    Co-authored-by: Florian Bruhin <me@the-compiler.org>
    github-actions[bot] and The-Compiler committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    651c7bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10430 from pytest-dev/backport-10425-to-7.2.x

    [7.2.x] upgrade pygments-pytest for 7.2.x coloring
    nicoddemus committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    6a4a0f4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10431 from pytest-dev/backport-10426-to-7.2.x

    [7.2.x] Add the PyPI classifier for Python 3.11
    nicoddemus committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8606feb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10417 from nicoddemus/publish-action-pin

    Use specific tag in the gh-action-pypi-publish action
    nicoddemus committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    23bbd5a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10432 from nicoddemus/backport-10417

    [2.7.x] Use specific tag in the gh-action-pypi-publish action
    nicoddemus committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    eff2e2d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. [7.2.x] Fix 'importlib.abc.TraversableResources' deprecation warning …

    …in Python 3.12 (#10453)
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    github-actions[bot] and hugovk committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6a5076d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. [7.2.x] Remove done trainings (#10472)

    Co-authored-by: Florian Bruhin <me@the-compiler.org>
    github-actions[bot] and The-Compiler committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b2271af View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. [7.2.x] Fix test_raising_repr test

    nicoddemus authored and pytestbot committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dbd4c5f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10489 from pytest-dev/backport-10488-to-7.2.x

    [7.2.x] Fix test_raising_repr test
    nicoddemus committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    47d6adf View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix logreport

    anb76ru committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    512fc73 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. fix method pytest_runtest_logreport

    1. add call write_captured_output for condition report.passed
    2. add info into changelog
    anb76ru committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bcd6c8e View commit details
    Browse the repository at this point in the history
  2. fix double stdout

    anb76ru committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5bee912 View commit details
    Browse the repository at this point in the history
  3. Revert "fix double stdout"

    This reverts commit 5bee912.
    anb76ru committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    45b7df3 View commit details
    Browse the repository at this point in the history
  4. fix double_stdout 2

    anb76ru committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    30e39f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. fix

    1. remove call write_captured_output(report) from 'call'
    2. add test
    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3587419 View commit details
    Browse the repository at this point in the history
  2. fix logreport

    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    534feec View commit details
    Browse the repository at this point in the history
  3. fix method pytest_runtest_logreport

    1. add call write_captured_output for condition report.passed
    2. add info into changelog
    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c178ff5 View commit details
    Browse the repository at this point in the history
  4. fix double stdout

    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0caf7db View commit details
    Browse the repository at this point in the history
  5. Revert "fix double stdout"

    This reverts commit 5bee912.
    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9c91c96 View commit details
    Browse the repository at this point in the history
  6. fix double_stdout 2

    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e33fd03 View commit details
    Browse the repository at this point in the history
  7. fix

    1. remove call write_captured_output(report) from 'call'
    2. add test
    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c17297d View commit details
    Browse the repository at this point in the history
  8. Merge branch '7.2.0/anb76ru/fix_logreport' of https://github.com/anb7…

    …6ru/pytest into 7.2.0/anb76ru/fix_logreport
    anb76ru committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a6e258a View commit details
    Browse the repository at this point in the history