mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.bids-validator: fix tests
This commit is contained in:
parent
6410d00025
commit
756e75b257
@ -12,7 +12,10 @@ buildPythonPackage rec {
|
||||
sha256 = "b8292f4efb3617532f93c60acfec242150406bfd9e298d7f01187d67c311aa91";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ];
|
||||
# needs packages which are not available in nixpkgs
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "bids_validator" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Validator for the Brain Imaging Data Structure";
|
||||
|
Loading…
Reference in New Issue
Block a user