Skip to content

Fix test suite dependence on ipykernel#423

Merged
rahulporuri merged 2 commits into
masterfrom
fix/test-dependence-on-ipykernel
Jun 14, 2021
Merged

Fix test suite dependence on ipykernel#423
rahulporuri merged 2 commits into
masterfrom
fix/test-dependence-on-ipykernel

Conversation

@mdickinson
Copy link
Copy Markdown
Member

This PR skips an IPython-using test if IPython is not installed in the test environment.

Fixes #420.

@aaronayres35 @rahulporuri Do you think it would be possible to backport this for the 6.0.1 release?

Copy link
Copy Markdown
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread envisage/tests/test_ids.py Outdated
@rahulporuri
Copy link
Copy Markdown
Contributor

@aaronayres35 @rahulporuri Do you think it would be possible to backport this for the 6.0.1 release?

Can do.

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
@rahulporuri rahulporuri merged commit 5b28718 into master Jun 14, 2021
@rahulporuri rahulporuri deleted the fix/test-dependence-on-ipykernel branch June 14, 2021 13:50
rahulporuri pushed a commit that referenced this pull request Jun 17, 2021
* Fix hard test suite dependence on ipykernel

* Update envisage/tests/test_ids.py

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>
rahulporuri pushed a commit that referenced this pull request Jun 17, 2021
* Revert PR #354 (#422)

* Revert "Support observe("name:items") for ExtensionPoint [Requires Traits 6.1] (#354)"

This reverts commit d62af08.

* TST/FIX : Revert test that used observe to listen to changes to

extension point items. The test now uses a static trait change handler
like before

	modified:   envisage/tests/test_plugin.py

* Regression test for #417 (#421)

* Add failing test

* STY: Fix line spacing issues

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

* Fix test suite dependence on ipykernel (#423)

* Fix hard test suite dependence on ipykernel

* Update envisage/tests/test_ids.py

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

Co-authored-by: Poruri Sai Rahul <rporuri@enthought.com>

* DOC : Update changelog

	modified:   CHANGES.rst

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test suite fails on a minimal install: No module named 'ipykernel'

2 participants