From dd0b8bae48e1ba0224801305561924b65e6550b0 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 9fcf8ece..91b7bf72 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -122,9 +122,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