From 030c2a1e29d2d9dc6a3f2eab3b395e573d46c2c1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 12 Nov 2018 23:26:18 -0800 Subject: remove more old python cruft --- python/tests/fixtures.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'python/tests') diff --git a/python/tests/fixtures.py b/python/tests/fixtures.py index c9da9253..6ff05495 100644 --- a/python/tests/fixtures.py +++ b/python/tests/fixtures.py @@ -18,11 +18,6 @@ def app(full_app): return full_app.test_client() -@pytest.fixture(scope="function") -def raw_api_client(): - yield fatcat.raw_api_client.RawFatcatApiClient("http://localhost:9411") - - ## Helpers ################################################################## # TODO: what are these even here for? -- cgit v1.2.3