Skip to content

Commit 28f8f64

Browse files
committed
fix: remove tutorial check for now; remove constraint on tornado
1 parent 7e91a11 commit 28f8f64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/none.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function travis_before_script {
4747

4848
function travis_script {
4949
if [ "$CHECK_TYPE" = "test" ]; then
50-
pytest -vs -n auto --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra tutorial
50+
pytest -vs -n auto --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra
5151
elif [ "$CHECK_TYPE" = "style" ]; then
5252
black --check pydra tools setup.py
5353
fi

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ test_requires =
3838
codecov
3939
numpy
4040
psutil
41-
tornado==4.5.3
41+
tornado
4242
nbformat
43-
notebook==5.7.8
43+
notebook
4444
jupyter
4545
jupyter_contrib_nbextensions
4646
packages = find:
@@ -73,9 +73,9 @@ test =
7373
numpy
7474
pyld
7575
psutil
76-
tornado==4.5.3
76+
tornado
7777
nbformat
78-
notebook==5.7.8
78+
notebook
7979
jupyter
8080
jupyter_contrib_nbextensions
8181
tests =

0 commit comments

Comments
 (0)