From 7b3427144881a53dec3839cbaf41cca7e6571f1b Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Wed, 9 Sep 2020 04:24:34 -0700 Subject: [PATCH] Remove versioning test --- test_servo_webhooks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_servo_webhooks.py b/test_servo_webhooks.py index fa0b70c..093c32a 100644 --- a/test_servo_webhooks.py +++ b/test_servo_webhooks.py @@ -21,9 +21,6 @@ def metrics(self) -> List[Metric]: Metric("throughput", Unit.REQUESTS_PER_MINUTE), Metric("error_rate", Unit.PERCENTAGE), ] - -def test_version(): - assert __version__ == '0.2.1' @respx.mock async def test_webhook() -> None: