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