Skip to content

Commit

Permalink
Remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-chandra committed Aug 22, 2024
1 parent 35364ea commit 3f53220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_default_repl(rule_runner: PythonRuleRunner) -> None:
@pytest.mark.platform_specific_behavior
@pytest.mark.parametrize(
"major_minor_interpreter",
all_major_minor_python_versions(["CPython>=3.8,<4"]),
all_major_minor_python_versions(["CPython>=3.7,<4"]),
)
def test_ipython(rule_runner: PythonRuleRunner, major_minor_interpreter: str) -> None:
assert (
Expand Down

0 comments on commit 3f53220

Please sign in to comment.