Skip to content

Commit

Permalink
Fix python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 11, 2024
1 parent 7691a5c commit b082569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
echo FULL = 4 > gpg/constants/validity.py
sed -i '/import unittest/araise 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
sed -i 's/( *)def setUpClass.*/&\n\1 raise 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 b082569

Please sign in to comment.