We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13abb9a commit 246fe0aCopy full SHA for 246fe0a
1 file changed
pulp_gem/tests/unit/test_spec.py
@@ -27,8 +27,7 @@ def test_version_includes():
27
def test_read_info_colon_in_value(tmp_path):
28
info_file = tmp_path / "info"
29
info_file.write_text(
30
- "---\n"
31
- "7.0.1 activesupport:= 7.0.1|checksum:abc123,ruby:>= 2.7.0,rubygems:>= 1.8.11\n"
+ "---\n7.0.1 activesupport:= 7.0.1|checksum:abc123,ruby:>= 2.7.0,rubygems:>= 1.8.11\n"
32
)
33
versions_info = {"7.0.1": {"version": "7.0.1", "platform": "ruby", "prerelease": False}}
34
0 commit comments