mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Run tests in verbose mode in Dockerfile
This commit is contained in:
parent
0c099ee9cc
commit
e78f747314
@ -93,7 +93,7 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
|
||||
-o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $BUILD_DEPS
|
||||
|
||||
# Run tests.
|
||||
RUN pip3 install --no-cache-dir notebook[test] && nosetests notebook
|
||||
RUN pip3 install --no-cache-dir notebook[test] && nosetests -v notebook
|
||||
|
||||
# Add a notebook profile.
|
||||
RUN mkdir -p -m 700 /root/.jupyter/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user