Merge pull request #9494 from FRidh/nibabel
nibabel: remove failing test
This commit is contained in:
commit
6dab6ed76b
1 changed files with 7 additions and 1 deletions
|
@ -8406,11 +8406,17 @@ let
|
|||
nose
|
||||
modules.sqlite3
|
||||
];
|
||||
|
||||
# Test does not work on Py3k because it calls 'python'.
|
||||
# https://github.com/nipy/nibabel/issues/341
|
||||
preCheck = ''
|
||||
rm nisext/tests/test_testers.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://nipy.org/nibabel/;
|
||||
description = "Access a multitude of neuroimaging data formats";
|
||||
license = "BSD";
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue