File tree Expand file tree Collapse file tree 3 files changed +8
-50
lines changed
Expand file tree Collapse file tree 3 files changed +8
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818from ipython_genutils .py3compat import buffer_to_bytes
1919
2020# This registers a hook when it's imported
21- try :
22- # available since ipyparallel 5.1.1
23- from ipyparallel .serialize import codeutil
24- except ImportError :
25- # Deprecated since ipykernel 4.3.1
26- from ipykernel import codeutil
21+ from ipyparallel .serialize import codeutil
2722
2823from traitlets .log import get_logger
2924
Original file line number Diff line number Diff line change @@ -84,12 +84,13 @@ def run(self):
8484 'appnope;platform_system=="Darwin"' ,
8585 ],
8686 extras_require = {
87- 'test' : [
88- 'pytest !=5.3.4' ,
89- 'pytest-cov' ,
90- 'flaky' ,
91- 'nose' , # nose because there are still a few nose.tools imports hanging around
92- 'jedi<=0.17.2'
87+ "test" : [
88+ "pytest !=5.3.4" ,
89+ "pytest-cov" ,
90+ "flaky" ,
91+ "nose" , # nose because there are still a few nose.tools imports hanging around
92+ "jedi<=0.17.2" ,
93+ "ipyparallel" ,
9394 ],
9495 },
9596 classifiers = [
You can’t perform that action at this time.
0 commit comments