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 1488968 commit 9571f21Copy full SHA for 9571f21
tests/codemod/conftest.py
@@ -89,7 +89,7 @@ def pytest_generate_tests(metafunc: Metafunc) -> None:
89
scope="session",
90
)
91
case "test_codemods_parse":
92
- to_test = {name: repo for name, repo in repos.items() if repo.repo_id is None}
+ to_test = {name: repo for name, repo in repos.items()}
93
metafunc.parametrize(
94
"repo",
95
[pytest.param(repo, marks=pytest.mark.xdist_group(repo.name)) for repo in to_test.values()],
0 commit comments