Remove old test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-07-07 15:23:44 +02:00
parent 1cfa029e4c
commit 1692f25a47
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
"""Version test module."""
def test_version_fails_gracefully(mocker):
target = "pkg_resources.get_distribution"
mocker.patch(target, side_effect=Exception())
from flat_tree.__init__ import __version__
assert __version__ == "unknown"