Skip to content

issues Search Results · repo:typeddjango/pytest-mypy-plugins language:Python

Filter by

77 results
 (86 ms)

77 results

intypeddjango/pytest-mypy-plugins (press backspace or delete to remove)

Pytest renamed _pytest._code.code._TracebackStyle to _pytest._code.code.TracebackStyle in version 8.3.0, which means that the mypy checks in pipelines here now fail with: pytest_mypy_plugins/item.py:22: ...
  • mjpieters
  • Opened 
    on Dec 20, 2024
  • #158

The way that out lines are matched is not allowing for colons in the output message, because the severity group can capture up to the last colon in the message: r ^(?P fname .*):(?P lnum \d*): (?P severity ...
  • mjpieters
  • 1
  • Opened 
    on Dec 16, 2024
  • #155

I m seeing INTERNALERROR: Unknown entry type returned: TraceLastReprEntry with a long long unreadable traceback when running tests for python-attrs/attrs that produce type checker failures. This is the ...
  • filbranden
  • 3
  • Opened 
    on Dec 13, 2024
  • #154

here s an example failure I had to debug recently: $ pip install . -qq --no-deps python -m pytest tests -k test_emits_error_for_unresolved_managers ============================= test session starts ...
  • asottile
  • 1
  • Opened 
    on Jul 25, 2024
  • #153

Hi, I m wondering how important it is to you for this plugin to continue supporting pytest 6? Is pytest 7/8 are old enough to warrant removing the code that makes this plugin compatible with pytest 6 ...
  • delfick
  • 6
  • Opened 
    on May 2, 2024
  • #150

I need to add docs and tests for that.
  • sobolevn
  • Opened 
    on Apr 26, 2024
  • #147

Hello everyone, I noticed that when using pyproject.toml to configure mypy, the pytest-mypy-plugins plugin silently drops overrides sections: [[tool.mypy.overrides]] module = mymodule ignore_missing_imports ...
  • ap--
  • Opened 
    on Mar 31, 2024
  • #145

Hello, I m not sure if I m missing something obvious, but is there patterns for testing how my plugin interacts with mypy caching for both mypy and dmypy when code is changed? So say I make a test case ...
  • delfick
  • 6
  • Opened 
    on Mar 29, 2024
  • #144

_______________________________________________ ERROR collecting typesafety ________________________________________________ .venv/lib/python3.12/site-packages/_pytest/nodes.py:87: in _create return ...
  • tlambert03
  • 2
  • Opened 
    on Mar 4, 2024
  • #142

We introduced jsonschema validation in https://github.com/typeddjango/pytest-mypy-plugins/commit/e7e1a0f8a8c8055204073c15bbed2395796bb72d, but, it does not work for custom test plugin to pytest-mypy-plugins: ...
bug
  • sobolevn
  • 1
  • Opened 
    on Mar 1, 2024
  • #141
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub