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
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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