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-Tag: 24jan2021ls180~3 X-Git-Url: https://git.libre-soc.org/?p=c4m-jtag.git;a=commitdiff_plain;h=acda346b99da709e9dd41994700fb94d1de80ba3 add cocotb as a test dependency (not an install dependency) --- diff --git a/setup.py b/setup.py index 0dec406..02023dc 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,10 @@ setup( # removing cocotb, causing unnecessary dependency and install problems install_requires=["setuptools", "nmigen"], + + # unit tests require cocotb: main operation does not + tests_require=['cocotb'], + include_package_data=True, packages=find_packages(), project_urls={