From 8618a382fd295d93e9011220cb6b308e6ac7276c Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Sun, 16 Jun 2024 19:14:54 +0200 Subject: [PATCH] Reduce verbosity for Python 2.7 tests --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 251eb0b0..7dec7968 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -116,9 +116,9 @@ jobs: shell: bash run: | if [[ -f .separate_namespace ]]; then - python -m Cryptodome.SelfTest -v + python -m Cryptodome.SelfTest else - python -m Crypto.SelfTest -v + python -m Crypto.SelfTest fi mypy: runs-on: ubuntu-latest