Skip to content

Commit

Permalink
sorry for the email spam - debugging somthing I cannot reproduce locally
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jun 14, 2021
1 parent cb5df85 commit 456f860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
# eventlet monkey_patch as early as possible (has to be in activate as nosetests gets reinstalled during test phase)
command: |
echo "grep -q monkey_patch ~/virtualenv/bin/nosetests || sed -i -e '/^import re$/i from st2common.util.monkey_patch import monkey_patch\nmonkey_patch()\nprint('\'monkey_patched\'')' ~/virtualenv/bin/nosetests" >> ~/virtualenv/bin/activate
echo "grep -q pyopenssl\\.inject ~/virtualenv/bin/nosetests || sed -i -e '/^import re$/i from urllib3.contrib import pyopenssl\npyopenssl.inject_into_urllib3()\nprint('\'pyopenssl-injected\'')' ~/virtualenv/bin/nosetests" >> ~/virtualenv/bin/activate echo "head -n9 ~/virtualenv/bin/nosetests ; which nosetests" >> ~/virtualenv/bin/activate
echo "grep -q pyopenssl\\.inject ~/virtualenv/bin/nosetests || sed -i -e '/^import re$/i from urllib3.contrib import pyopenssl\npyopenssl.inject_into_urllib3()\nprint('\'pyopenssl-injected\'')' ~/virtualenv/bin/nosetests" >> ~/virtualenv/bin/activate
echo "head -n9 ~/virtualenv/bin/nosetests ; which nosetests" >> ~/virtualenv/bin/activate
~/ci/.circle/test ; ~/ci/.circle/exit_on_py3_checks $?
- save_cache:
key: v1-dependency-cache-py36-{{ checksum "requirements.txt" }}
Expand Down

0 comments on commit 456f860

Please sign in to comment.