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 54636c6 commit e2aefcfCopy full SHA for e2aefcf
tests/unit/test_r.py
@@ -22,7 +22,7 @@ def test_unsupported_version(tmpdir):
22
23
24
@pytest.mark.parametrize(
25
- "runtime_version, expected", [("", "3.6"), ("3.6", "3.6"), ("3.5.1", "3.5")]
+ "runtime_version, expected", [("", "4.1"), ("3.6", "3.6"), ("3.5.1", "3.5")]
26
)
27
def test_version_specification(tmpdir, runtime_version, expected):
28
tmpdir.chdir()
0 commit comments