Skip to content

Commit

Permalink
[FIX] Add pytest to docs dependencies (#572)
Browse files Browse the repository at this point in the history
Also remove seaborn from any dependencies.
  • Loading branch information
tsalo authored Oct 5, 2021
1 parent 1272fb8 commit de0b253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
'jupyter' \
'jupyterlab' \
'jupyter_contrib_nbextensions' \
'seaborn' \
'pytest' \
'pytest-cov' \
'codecov' \
Expand Down Expand Up @@ -132,8 +131,7 @@ RUN echo '{ \
\n "python=3.6", \
\n "jupyter", \
\n "jupyterlab", \
\n "jupyter_contrib_nbextensions", \
\n "seaborn" \
\n "jupyter_contrib_nbextensions" \
\n ], \
\n "pip_install": [ \
\n "/src/NiMARE/" \
Expand Down
2 changes: 1 addition & 1 deletion nimare/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"m2r",
"pillow",
"recommonmark",
"seaborn",
"pytest", # For get_test_data_path. May fix later.
"sphinx>=3.1.1",
"sphinx-argparse",
"sphinx-copybutton",
Expand Down

0 comments on commit de0b253

Please sign in to comment.