From f5c240f403738c13d307c74cad633418bdcfdb14 Mon Sep 17 00:00:00 2001 From: John Michael Mizerany Date: Tue, 20 Aug 2024 16:29:12 -0500 Subject: [PATCH] remove deprecated pytest --- tests/conftest.py | 3 --- tests/test_core.py | 1 - 2 files changed, 4 deletions(-) delete mode 100644 tests/conftest.py diff --git a/tests/conftest.py b/tests/conftest.py deleted file mode 100644 index 6bb3ec2..0000000 --- a/tests/conftest.py +++ /dev/null @@ -1,3 +0,0 @@ -"""Test Configuration.""" - -pytest_plugins = ("singer_sdk.testing.pytest_plugin",) diff --git a/tests/test_core.py b/tests/test_core.py index 2086cc3..fe566fb 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1,7 +1,6 @@ """Tests standard tap features using the built-in SDK tests library.""" import os -import datetime from singer_sdk.testing import get_tap_test_class, SuiteConfig