Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
[#443] Try to fix SSL error on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jheng authored and Frank Jheng committed Jul 7, 2020
1 parent 5160f86 commit 91ac446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ variables:
name: run tests
command: |
. venv/bin/activate
export PYTHONHTTPSVERIFY=0
make test
- store_test_results:
Expand Down
1 change: 1 addition & 0 deletions zdict/tests/dictionaries/test_naer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def setup_class(cls):
def teardown_class(cls):
del cls.dict
del cls.words
del cls.not_found_word
del cls.records
del cls.verbose_records

Expand Down

0 comments on commit 91ac446

Please sign in to comment.