From: Luke Kenneth Casson Leighton Date: Fri, 9 Oct 2020 19:30:40 +0000 (+0100) Subject: add cocotb as a test dependency (not an install dependency) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00a1da976bc8ce660aab8a890931c7b6a8040aab;p=c4m-jtag.git add cocotb as a test dependency (not an install dependency) --- diff --git a/setup.py b/setup.py index 9413655..b57c2e4 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,10 @@ setup( # removing cocotb, causing unnecessary dependency and install problems install_requires=["setuptools", "nmigen", "nmigen-soc", "modgrammar"], + + # unit tests require cocotb: main operation does not + tests_require=['cocotb'], + include_package_data=True, packages=find_packages(), project_urls={