python3Packages.nmigen-boards: Disable tests
This commit is contained in:
parent
cc0898705c
commit
e386383c9b
@ -26,6 +26,9 @@ buildPythonPackage rec {
|
|||||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${realVersion}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Board and connector definitions for nMigen";
|
description = "Board and connector definitions for nMigen";
|
||||||
homepage = "https://github.com/nmigen/nmigen-boards";
|
homepage = "https://github.com/nmigen/nmigen-boards";
|
||||||
|
Loading…
Reference in New Issue
Block a user