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 23f55d3 commit 1d6e991Copy full SHA for 1d6e991
tests/unit/functions/test_remote_function_utils.py
@@ -243,9 +243,7 @@ def test_get_updated_package_requirements_with_existing_cloudpickle():
243
],
244
)
245
def test_get_python_version(is_compat, expected_version):
246
- """
247
- Tests the python version string formatting for both standard and compat modes.
248
+ """Tests the python version for both standard and compat modes."""
249
result = _utils.get_python_version(is_compat=is_compat)
250
assert result == expected_version
251
0 commit comments