Skip to content

Commit

Permalink
the test is faulty as it fails when we increment the version on dunde…
Browse files Browse the repository at this point in the history
…r version file but did not upstreamed the code to PyPi.
  • Loading branch information
akamhy committed Jan 25, 2022
1 parent 5ea1d3b commit 8b7603e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 8b7603e

Please sign in to comment.