Disable cleanup to see if CI passes

explicit_write_pps_on_exit
algorandpa 2023-02-15 13:55:39 -05:00 committed by jaredgoldman
parent 7e87dc52eb
commit 8122e6c86f
1 changed files with 4 additions and 4 deletions

View File

@ -32,13 +32,13 @@ from exceptiongroup import BaseExceptionGroup
log = get_logger(__name__)
@pytest.fixture(scope="session")
@pytest.fixture
def paper_cleanup():
yield
app_dir = get_app_dir('piker')
if os.path.isfile(app_dir):
rmtree(app_dir)
assert not os.path.isfile(app_dir)
# if os.path.isfile(app_dir):
# rmtree(app_dir)
# assert not os.path.isfile(app_dir)
def test_paper_trade(
open_test_pikerd: AsyncContextManager,