Skip to content

Commit

Permalink
Skip gpg based tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 11, 2024
1 parent 156a613 commit 35f2df6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,8 @@ jobs:
echo from . import validity > gpg/constants/__init__.py
echo FULL = 4 > gpg/constants/validity.py
sed -i '0iraise unittest.SkipTest("gpg based test do not work in CI")\n' tests/test_crypto.py
sed -i '/setUpClass/araise unittest.SkipTest("gpg based test do not work in CI")\n' tests/db/test_utils.py
- name: Run tests
run: python3 -m unittest --verbose

0 comments on commit 35f2df6

Please sign in to comment.