Skip to content

Commit 9571f21

Browse files
committed
Fix check
1 parent 1488968 commit 9571f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codemod/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def pytest_generate_tests(metafunc: Metafunc) -> None:
8989
scope="session",
9090
)
9191
case "test_codemods_parse":
92-
to_test = {name: repo for name, repo in repos.items() if repo.repo_id is None}
92+
to_test = {name: repo for name, repo in repos.items()}
9393
metafunc.parametrize(
9494
"repo",
9595
[pytest.param(repo, marks=pytest.mark.xdist_group(repo.name)) for repo in to_test.values()],

0 commit comments

Comments
 (0)