mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
nibabel: remove failing test
One of the tests explicitly calls python, which will fail with python3. The issue has been reported upstream, https://github.com/nipy/nibabel/issues/341 For now, remove the test. Fix also the license type.
This commit is contained in:
parent
b950ec8617
commit
2927f1a883
@ -8406,11 +8406,17 @@ let
|
|||||||
nose
|
nose
|
||||||
modules.sqlite3
|
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 = {
|
meta = {
|
||||||
homepage = http://nipy.org/nibabel/;
|
homepage = http://nipy.org/nibabel/;
|
||||||
description = "Access a multitude of neuroimaging data formats";
|
description = "Access a multitude of neuroimaging data formats";
|
||||||
license = "BSD";
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user