Skip to content

Commit 1e205a7

Browse files
committed
fix: remove prov/rdf lib and add make check fixes
1 parent 1ac4025 commit 1e205a7

File tree

5 files changed

+3
-87
lines changed

5 files changed

+3
-87
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ install:
3333
- pip install python-coveralls
3434
- pip install nose-cov
3535
- pip install -r requirements.txt # finish remaining requirements
36-
- pip install https://github.com/RDFLib/rdflib/archive/master.zip
37-
- pip install https://github.com/trungdong/prov/archive/rdf.zip
3836
- python setup.py install
3937
script:
4038
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=INFO

nipype/algorithms/tests/test_auto_ErrorMap.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

nipype/algorithms/tests/test_auto_Overlap.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

nipype/interfaces/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def _list_outputs(self):
360360
source = self.inputs.source_file
361361
else:
362362
source = self.inputs.source_annot_file
363-
363+
364364
# Some recon-all files don't have a proper extension (e.g. "lh.thickness")
365365
# so we have to account for that here
366366
bad_extensions = [".%s" % e for e in ["area", "mid", "pial", "avg_curv", "curv", "inflated",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ python-dateutil>=1.5
66
nibabel>=2.0.1
77
nose>=1.2
88
future==0.15.2
9-
simplejson
10-
prov>=1.4.0
9+
simplejson>=3.8.0
10+
prov>=1.4.0

0 commit comments

Comments
 (0)