From b60af9cb6ddf51079453ccaac101374c6363e2fc Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 12 Jan 2019 14:37:05 -0500 Subject: [PATCH] Current nipype apparently needs pytest being installed ref: https://github.com/nipy/nipype/pull/2850 --- generate_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_container.sh b/generate_container.sh index 161cedc..a8f9f52 100755 --- a/generate_container.sh +++ b/generate_container.sh @@ -12,7 +12,7 @@ generate() { git-annex-standalone python-nipype virtualenv \ python-dcmstack python-configparser python-funcsigs \ python-pytest dcmtk python-pip python-wheel python-setuptools python-datalad \ - heudiconv dcm2niix \ + heudiconv dcm2niix python-pytest \ --run "curl -sL https://deb.nodesource.com/setup_6.x | bash - "\ --install nodejs npm \ --run "npm install -g bids-validator@1.1.1" \