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

test failure with ipykernel-5.5.6 running Python 3.8 (Win 10 64bit) #463

Closed
itziakos opened this issue Mar 21, 2022 · 1 comment
Closed

Comments

@itziakos
Copy link
Member

itziakos commented Mar 21, 2022

Running the test suite on Python 3.8.12 (Win 10 64bit) with ipykernel 5.5.6

Installed dependencies:

  • ipykernel-5.5.6
  • apptools-5.1.0
  • setuptools-57.0.0
  • traits-6.3.2

Test run output:

test2_selftest (__main__.Tests) ... c:\Users\itziakos\.edm\envs\build-env\lib\runpy.py:127: RuntimeWarning: 'nose.core' found in sys.modules after import of package 'nose', but prior to execution of 'nose.core'; this may result in unpredictable behaviour
  warn(RuntimeWarning(msg))
......F............................................SSSS..............................................................................................................................................................................
======================================================================
FAIL: test_ipykernel_live_objects (envisage.plugins.ipython_kernel.tests.test_internal_ipkernel.TestInternalIPKernel)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Users\itziakos\.edm\envs\build-env\lib\site-packages\envisage\plugins\ipython_kernel\tests\test_internal_ipkernel.py", line 207, in test_ipykernel_live_objects
    self.assertEqual(shells, [])
AssertionError: Lists differ: [<ipykernel.zmqshell.ZMQInteractiveShell object at 0x0000016054662700>] != []

First list contains 1 additional elements.
First extra element 0:
<ipykernel.zmqshell.ZMQInteractiveShell object at 0x0000016054662700>

- [<ipykernel.zmqshell.ZMQInteractiveShell object at 0x0000016054662700>]
+ []
-------------------- >> begin captured logging << --------------------
asyncio: DEBUG: Using selector: SelectSelector
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 229 tests in 5.344s

Note: I do not see the same errors when running the same setup on Centos 7.

@mdickinson
Copy link
Member

Closing: IPython components have been removed from Envisage.

@mdickinson mdickinson closed this as not planned Won't fix, can't repro, duplicate, stale Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants