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: 4353327
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: 34436cd
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 18, 2022

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

Commits on Jan 21, 2022

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

Commits on Jan 25, 2022

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

Commits on Feb 3, 2022

  1. Fix setuptools_scm configuration (#279)

    * Fix setuptools_scm configuration
    
    * build: Enabled Tox build isolation.
    
    This fixes an issue that forced us to add setuptools_scm to setup.cfg, instead of specifying the dependency just once in pyproject.toml.
    See discussion #279
    
    Signed-off-by: Michael Seifert <[email protected]>
    
    Co-authored-by: Michael Seifert <[email protected]>
    asvetlov and seifertm authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    e78b59d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    a92d894 View commit details
    Browse the repository at this point in the history
  2. Prepare release of v0.18.0 (#282)

    Signed-off-by: Michael Seifert <[email protected]>
    Co-authored-by: Andrew Svetlov <[email protected]>
    seifertm and asvetlov authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    07e9922 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

  1. fix: Fixed a regression that prevented async fixtures from working in…

    … sync tests. (#287)
    
    The commit simply processes all async fixtures of a test regardless of whether the test is an async function or not.
    
    Closes #286
    
    Signed-off-by: Michael Seifert <[email protected]>
    seifertm authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f7c8226 View commit details
    Browse the repository at this point in the history
  2. Release 0.18.1

    asvetlov committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    34436cd View commit details
    Browse the repository at this point in the history
Loading