Skip to content

Commit

Permalink
FIX : Tell nose not to capture logs
Browse files Browse the repository at this point in the history
which is why we werent seeing the kiva font manager related logs/tracebacks
on the enable test runs but we were seeing them in other package
test runs!

	modified:   ci/edmtool.py
  • Loading branch information
poruri sai rahul committed Sep 24, 2019
1 parent b3d9ee3 commit e8d4f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/edmtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ def test(runtime, toolkit, pillow, environment):
environ = environment_vars.get(toolkit, {}).copy()
environ['PYTHONUNBUFFERED'] = "1"
commands = [
"edm run -e {environment} -- coverage run -m nose.core enable -v",
"edm run -e {environment} -- coverage run -a -m nose.core kiva -v",
"edm run -e {environment} -- coverage run -m nose.core enable -v --nologcapture",
"edm run -e {environment} -- coverage run -a -m nose.core kiva -v --nologcapture",
]

# We run in a tempdir to avoid accidentally picking up wrong traitsui
Expand Down

0 comments on commit e8d4f14

Please sign in to comment.