Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test suite dependence on ipykernel #423

Merged
merged 2 commits into from
Jun 14, 2021

Conversation

mdickinson
Copy link
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
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

@rahulporuri
Copy link
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 <[email protected]>
@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 <[email protected]>

Co-authored-by: Poruri Sai Rahul <[email protected]>
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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: Poruri Sai Rahul <[email protected]>

* DOC : Update changelog

	modified:   CHANGES.rst

Co-authored-by: Mark Dickinson <[email protected]>
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