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 99d5fc4 commit 5be2bb0Copy full SHA for 5be2bb0
tests/test_changelog.py
@@ -32,7 +32,6 @@ def test_changelog_new(server_type):
32
changelog = Changelog(server=server_type)
33
assert changelog.last_version == Version("0.0.0")
34
assert changelog[changelog.last_version] == "Initial version."
35
- print(changelog)
36
37
38
@conftest.raises_for_servers_version_under("11.0")
0 commit comments