mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python3Packages.nmigen-boards: Disable tests
This commit is contained in:
parent
cc0898705c
commit
e386383c9b
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
|||
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"
|
||||
'';
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Board and connector definitions for nMigen";
|
||||
homepage = "https://github.com/nmigen/nmigen-boards";
|
||||
|
|
Loading…
Reference in a new issue