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:
parent
5ea1d3ba4f
commit
8b7603e241
@ -7,7 +7,3 @@ def test_default_user_agent():
|
|||||||
DEFAULT_USER_AGENT
|
DEFAULT_USER_AGENT
|
||||||
== "waybackpy %s - https://github.com/akamhy/waybackpy" % __version__
|
== "waybackpy %s - https://github.com/akamhy/waybackpy" % __version__
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_latest_version():
|
|
||||||
assert __version__ == latest_version(package_name="waybackpy")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user