From f5e4656fbb2aadc4f7e9a8e2be04c7a23add9e19 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Wed, 1 Jul 2020 11:10:51 +0200 Subject: [PATCH] CI: remove superfluous tests M2CRYPTO is now the sole option in any case --- .github/workflows/basic.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 6168cb34c55..04b2edf0f35 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -13,10 +13,7 @@ jobs: matrix: command: - pytest --no-cov - - DIRAC_USE_M2CRYPTO=Yes DIRAC_M2CRYPTO_SPLIT_HANDSHAKE=Yes pytest --no-cov - # Security tests are flakey due to reference counting bugs in pyGSI/src/crypto/asn1.c - pytest --no-cov Core/Security/test - - DIRAC_USE_M2CRYPTO=Yes DIRAC_M2CRYPTO_SPLIT_HANDSHAKE=Yes pytest --no-cov Core/Security/test - tests/checkDocs.sh # TODO This should cover more than just tests/CI # Excluded codes related to sourcing files