the test is faulty as it fails when we increment the version on dunder version file but did not upstreamed the code to PyPi.

This commit is contained in:
Akash Mahanty 2022-01-26 01:51:24 +05:30
parent 5ea1d3ba4f
commit 8b7603e241

View File

@ -7,7 +7,3 @@ def test_default_user_agent():
DEFAULT_USER_AGENT
== "waybackpy %s - https://github.com/akamhy/waybackpy" % __version__
)
def test_latest_version():
assert __version__ == latest_version(package_name="waybackpy")