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: realpython/pytest-mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: realpython/pytest-mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 24, 2020

  1. Create MypyResults

    dmtucker committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    3b59b06 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge pull request #106 from dmtucker/MypyResults

    Create MypyResults
    dmtucker authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    7d2be37 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Test with mypy-0.790

    dmtucker committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    b785fa3 View commit details
    Browse the repository at this point in the history
  2. Add support for Python 3.9

    This also updates the tox minversion to a very recent version
    in hopes of triggering tox provisioning, which seems to avoid
    tox-dev/tox#1484
    dmtucker committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    9b2154a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from dmtucker/new-versions

    Add support for Python 3.9
    dmtucker authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    4be684b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    cd459a4 View commit details
    Browse the repository at this point in the history
  2. Add test_looponfail

    dmtucker committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    09e4746 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Merge pull request #109 from dmtucker/looponfail

    Stop injecting MypyStatusItem in pytest_collection_modifyitems to fix --looponfail
    dmtucker authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    18fb2b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    c61f3ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from dmtucker/release

    Update changelog.md for v0.8.0
    dmtucker authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7fdc974 View commit details
    Browse the repository at this point in the history
Loading