Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jun 14, 2021
1 parent 86cefab commit b3f1f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
source ~/virtualenv/bin/activate
tests/setup_testing_env.sh
set -x
which nosetests
# eventlet monkey_patch as early as possible
sed -i -e '/EASY-INSTALL-ENTRY-SCRIPT/a from st2common.util.monkey_patch import monkey_patch\nmonkey_patch()' ~/virtualenv/bin/nosetests
sed -i -e '/EASY-INSTALL-ENTRY-SCRIPT/a from st2common.util.monkey_patch import monkey_patch\nmonkey_patch()' $(which nosetests)
head -n5 $(which nosetests)
- run:
name: Run tests (Python 3.6)
# NOTE: We don't want to use default "-e" option because this means
Expand Down

0 comments on commit b3f1f94

Please sign in to comment.