projects
/
c4m-jtag.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20efba6
)
add cocotb as a test dependency (not an install dependency)
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 9 Oct 2020 19:30:40 +0000
(20:30 +0100)
committer
Staf Verhaegen
<staf@stafverhaegen.be>
Thu, 22 Apr 2021 09:15:52 +0000
(11:15 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 941365590be844ebd91988c13d04172de066bd7d..b57c2e4587251ef5acd8da52d0ca8f77b4631e4d 100644
(file)
--- 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={