Skip to content

chore(deps): update dependency pytest to v8.3.5 #2205

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

Merged
merged 2 commits into from
Mar 9, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest (changelog) ==8.3.4 -> ==8.3.5 age adoption passing confidence

Release Notes

pytest-dev/pytest (pytest)

v8.3.5

Compare Source

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #​11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #​12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #​13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #​13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #​13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #​12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #​13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #​13256: Support for Towncier versions released in 2024 has been re-enabled
    when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

qodo-merge-pro bot commented Mar 2, 2025

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test_build

Failed stage: Build [❌]

Failure summary:

The action failed during the Hugo site generation process because it couldn't fetch JSON data from a
GitHub API endpoint. Specifically:

  • Failed to retrieve data from https://api.github.com/users/dev-ardi
  • Received a 404 (Not Found) error response
  • This suggests either the user 'dev-ardi' doesn't exist or there might be an authentication issue
    with the API call

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    133:  run `npm fund` for details
    134:  found 0 vulnerabilities
    135:  �[0;32mGenerating Hugo site for website...�[0m
    136:  �[0;32mUsing SELENIUM_EXAMPLES_REPO=seleniumhq.github.io SELENIUM_EXAMPLES_ORG=SeleniumHQ SELENIUM_EXAMPLES_BRANCH=renovate/pytest-8.x hugo --minify ...�[0m
    137:  hugo: downloading modules …
    138:  hugo: collected modules in 12288 ms
    139:  Start building sites … 
    140:  hugo v0.125.4-cc3574ef4f41fccbe88d9443ed066eb10867ada2+extended linux/amd64 BuildDate=VendorInfo=gohugoio
    141:  ERROR Failed to get JSON resource "https://***@api.github.com/users/dev-ardi": failed to retrieve remote file: Not Found, body: "{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest\",\"status\":\"404\"}"
    142:  You can suppress this error by adding the following to your site configuration:
    143:  ignoreLogs = ['error-remote-getjson']
    144:  Total in 41753 ms
    145:  Error: error building site: logged 1 error(s)
    146:  ##[error]Process completed with exit code 1.
    

    Copy link

    netlify bot commented Mar 2, 2025

    Deploy Preview for selenium-dev ready!

    Name Link
    🔨 Latest commit 546cddf
    🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/67cdb3db99068d0008f20f62
    😎 Deploy Preview https://deploy-preview-2205--selenium-dev.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify site configuration.

    Copy link
    Contributor Author

    renovate bot commented Mar 9, 2025

    Edited/Blocked Notification

    Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

    You can manually request rebase by checking the rebase/retry box above.

    ⚠️ Warning: custom changes will be lost.

    Copy link
    Member

    @harsha509 harsha509 left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    LGTM!

    @harsha509 harsha509 merged commit 79ac045 into trunk Mar 9, 2025
    12 checks passed
    @harsha509 harsha509 deleted the renovate/pytest-8.x branch March 9, 2025 16:05
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant