From e688e1126572a1f937104ca1b67d98a31c653225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Wed, 4 May 2022 05:09:53 +0530 Subject: [PATCH] commented run_around_tests --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 6c78e0497..5d254da5e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -36,7 +36,7 @@ logging.getLogger('').setLevel(logging.INFO) @pytest.fixture(autouse=True) def run_around_tests(): yield - assert Trade.use_db + # assert Trade.use_db # Do not mask numpy errors as warnings that no one read, raise the exсeption