From 6d4320f8b4039864035436eb503857dc42b2a4f1 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:09:38 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f118646..ee79539e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,3 @@ build-backend = "poetry.core.masonry.api" mint = "cashu.mint.main:main" cashu = "cashu.wallet.cli.cli:cli" wallet-test = "tests.test_wallet:test" - -[tool.pytest.ini_options] -log_cli = true