Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
matrix:
command:
- pytest
- DIRAC_USE_M2CRYPTO=No pytest
# Security tests are flakey due to reference counting bugs in pyGSI/src/crypto/asn1.c
- pytest Core/Security/test || (echo "Retrying..."; pytest Core/Security/test) || (echo "Retrying again..."; pytest Core/Security/test)
- DIRAC_USE_M2CRYPTO=No pytest Core/Security/test || (echo "Retrying..."; DIRAC_USE_M2CRYPTO=No pytest Core/Security/test) || (echo "Retrying again..."; DIRAC_USE_M2CRYPTO=No pytest Core/Security/test)
- pytest Core/Security/test
- tests/checkDocs.sh
# TODO This should cover more than just tests/CI
# Excluded codes related to sourcing files
Expand Down
53 changes: 0 additions & 53 deletions Core/DISET/private/SSLSocketFactory.py

This file was deleted.

200 changes: 0 additions & 200 deletions Core/DISET/private/Transports/GSISSLTransport.py

This file was deleted.

30 changes: 0 additions & 30 deletions Core/DISET/private/Transports/SSL/pygsi/SessionManager.py

This file was deleted.

Loading