We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a27f6 commit 0791070Copy full SHA for 0791070
tests/test_pytest_mypy.py
@@ -167,6 +167,11 @@ def pytest_configure(config):
167
168
169
def test_pytest_collection_modifyitems(testdir, xdist_args):
170
+ """
171
+ Verify that collected files which are removed in a
172
+ pytest_collection_modifyitems implementation are not
173
+ checked by mypy.
174
175
testdir.makepyfile(conftest='''
176
def pytest_collection_modifyitems(session, config, items):
177
plugin = config.pluginmanager.getplugin('mypy')
0 commit comments