python3Packages.nmigen-boards: Disable tests

This commit is contained in:
Sandro Jäckel
2021-02-10 14:37:05 +01:00
parent cc0898705c
commit e386383c9b

View File

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