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.14.0
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.15.1
Choose a head ref
  • 17 commits
  • 27 files changed
  • 3 contributors

Commits on Jun 23, 2020

  1. 0.15 open for business

    Tinche committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4e2e6bd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Added Python 3.9 to the tested interpreters.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm authored and Tinche committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    03eed51 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. feat!: Removed support for Python 3.5.

    This commit:
    - Removes Python 3.5 from the tested environments in CI and tox
    - Removes instructions specific to Python 3.5 from the README
    - Updates the Changelog
    - Removes the dependency on async_generator
    - Removes instructions in conftest that skip certain test cases if the Python version is smaller than 3.6
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm authored and Tinche committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    057562f View commit details
    Browse the repository at this point in the history
  2. refactor: Removed duplicate module test_simple_35.py.

    The test cases in this module are duplicates of test_simple.py, except for test_async_close_loop which was moved to test_simple.py.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm authored and Tinche committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b40de0d View commit details
    Browse the repository at this point in the history
  3. refactor: Removed the "_35" and "_36" suffixes from test modules.

    Test modules suffixed with "_35" or "_36" give the impression that they are specific to a Python version. This is no longer the case, though. The renamed modules are not specific to any Python version.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm authored and Tinche committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    1bb7f30 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. plugin: Set unused_tcp_port_factory scope to 'session'

    Factories in pytest usually have a scope greater than 'function' to let
    one use the same factory within bigger scopes. Let us allow
    unused_tcp_port_factory to be used throughout the same session scope.
    This will let other session-scoped factories depend on
    unused_tcp_port_factory without getting a "ScopeMismatch" error.
    Romain Létendart authored and Tinche committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a516134 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    740af18 View commit details
    Browse the repository at this point in the history
  2. Travis -> GitHub Actions

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    70cbdef View commit details
    Browse the repository at this point in the history
  3. Fix CI

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    22e338a View commit details
    Browse the repository at this point in the history
  4. Covecov

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    5c47b78 View commit details
    Browse the repository at this point in the history
  5. Black linting

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    22d91b2 View commit details
    Browse the repository at this point in the history
  6. Lint

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    d4b79ea View commit details
    Browse the repository at this point in the history
  7. Remove poetry

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    dadff91 View commit details
    Browse the repository at this point in the history
  8. 0.15.0

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    7aa574a View commit details
    Browse the repository at this point in the history
  9. 0.16.0 open for business

    Tinche committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    6f5053b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. More robust loop replacement

    Tinche committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    94c2560 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. 0.15.1

    Tinche committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    da50ce5 View commit details
    Browse the repository at this point in the history
Loading