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

Update pytest requirement from ~=7.4 to ~=8.2 #9576

Merged
merged 9 commits into from
Jun 4, 2024

Commits on Jun 3, 2024

  1. Update pytest requirement from ~=7.4 to ~=8.2

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...8.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and DanielNoord committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f94fcfa View commit details
    Browse the repository at this point in the history
  2. [work-in-progress] Test pytest vs python

    Suggestion from pytest-dev/pytest#11138 (comment)
    
    With 'pytest' (launching the whole pylint test suite):
    FAILED tests/test_precedence.py::test_package - AssertionError: E: 21: Module 'package.AudioTime' has no 'DECIMAL' member<function Equals.<locals>.<lambda> at 0x76c566741750>
    
    With 'pytest tests/test_precedence.py':
    tests/test_precedence.py .                                                                                                                                                                           [100%]
    
    ============================================================================================ 1 passed in 1.04s =============================================================================================
    
    With 'python tests/test_precedence.py':
    Checked ['package.__init__'] successfully
    Checked ['precedence_test'] successfully
    Checked ['import_package_subpackage_module'] successfully
    Checked ['pylint.checkers.__init__'] successfully
    Checked ['/home/pierre/pylint/tests/regrtest_data/classdoc_usage.py'] successfully
    Checked ['/home/pierre/pylint/tests/regrtest_data/module_global.py'] successfully
    Checked ['/home/pierre/pylint/tests/regrtest_data/decimal_inference.py'] successfully
    Checked ['/home/pierre/pylint/tests/regrtest_data/absimp/string.py'] successfully
    Checked ['/home/pierre/pylint/tests/regrtest_data/bad_package'] successfully
    Pierre-Sassoulas authored and DanielNoord committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3a70423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf334db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    babcc31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b32c8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7293fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e59316 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce88bf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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