python3Packages.bids-validator: fix tests

This commit is contained in:
Jonathan Ringer 2020-08-11 13:08:16 -07:00 committed by Jon
parent 6410d00025
commit 756e75b257

View file

@ -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";