Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.2
Choose a base ref
...
head repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.3
Choose a head ref
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Nov 21, 2022

  1. Update pre-commit hooks (#449)

    * build: Update flake8 pre-commit hook to account for its move from GitLab to GitHub.
    
    see PyCQA/flake8#1305
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    * build: Update "pre-commit-hooks" pre-commit hook.
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    * build: Update "yesqa" pre-commit hook.
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    * build: Update "shed" pre-commit hook.
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    * build: Update "yamlfmt" pre-commit hook.
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    * build: Update "actionlint" pre-commit hook.
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    * build: Update "check-jsonschema" pre-commit hook.
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d39589c View commit details
    Browse the repository at this point in the history
  2. Build(deps): Bump mypy from 0.990 to 0.991 in /dependencies/default (#…

    …446)
    
    Bumps [mypy](https://github.com/python/mypy) from 0.990 to 0.991.
    - [Release notes](https://github.com/python/mypy/releases)
    - [Commits](python/mypy@v0.990...v0.991)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0b281b1 View commit details
    Browse the repository at this point in the history
  3. Build(deps): Bump hypothesis in /dependencies/default (#450)

    Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.56.4 to 6.58.0.
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.56.4...hypothesis-python-6.58.0)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    42da7a0 View commit details
    Browse the repository at this point in the history
  4. Build(deps): Bump exceptiongroup in /dependencies/default (#451)

    Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.0.0 to 1.0.4.
    - [Release notes](https://github.com/agronholm/exceptiongroup/releases)
    - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
    - [Commits](agronholm/exceptiongroup@1.0.0...1.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: exceptiongroup
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d6a9a72 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Build(deps): Bump hypothesis in /dependencies/default (#453)

    Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.58.0 to 6.58.1.
    - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
    - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.58.0...hypothesis-python-6.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: hypothesis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3c78732 View commit details
    Browse the repository at this point in the history
  2. Simplify README, move most content to a separate user documentation. (#…

    …448)
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    56a393a View commit details
    Browse the repository at this point in the history
  3. Build(deps): Bump importlib-metadata in /dependencies/default (#454)

    Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst)
    - [Commits](python/importlib_metadata@v5.0.0...v5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a962e2b View commit details
    Browse the repository at this point in the history
  4. Build(deps): Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (#456)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.5.2.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c3c601c View commit details
    Browse the repository at this point in the history
  5. Build(deps): Bump zipp from 3.10.0 to 3.11.0 in /dependencies/default (

    …#455)
    
    Bumps [zipp](https://github.com/jaraco/zipp) from 3.10.0 to 3.11.0.
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst)
    - [Commits](jaraco/zipp@v3.10.0...v3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: zipp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    44ca3da View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. [fix] Prevent DeprecationWarning about existing event loops to bubble…

    … up into user code. (#461)
    
    Pytest-asyncio fixture setup currently uses `get_event_loop` to clean up loops that don't correspond to the loop returned by the `event_loop` fixture. Starting with CPython 3.10.9 and 3.11.1 the call to get_event_loop emits a DeprecationWarning when function is called, but no event loop exists. This warning bubbles up and shows in test runs of library users. If the users have enabled `-W error` their tests will fail due to a warning in pytest-asyncio.
    
    This patch ignores the DeprecationWarning in the fixture setup. This is a temporary solution to restore compatibility with the respective CPython patch releases.
    
    Addresses #460
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    007e8ec View commit details
    Browse the repository at this point in the history
Loading