mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
This set of changes fixes numerous bugs related to Windows and
the test suite. At this point all tests should pass or skip on all the major platforms. I have also fixed the Windows post install script, so that it creates .bat and .py files for all the ip* scripts.
This commit is contained in:
commit
77d11ccc58
@ -115,6 +115,7 @@ def find_packages():
|
||||
add_package(packages, 'kernel', config=True, tests=True, scripts=True)
|
||||
add_package(packages, 'kernel.core', config=True, tests=True)
|
||||
add_package(packages, 'testing', tests=True)
|
||||
add_package(packages, 'tests')
|
||||
add_package(packages, 'testing.plugin', tests=False)
|
||||
add_package(packages, 'tools', tests=True)
|
||||
add_package(packages, 'UserConfig')
|
||||
|
Loading…
Reference in New Issue
Block a user