Skip to content

Commit

Permalink
Removed cocotb-test as install dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio da Silva <[email protected]>
  • Loading branch information
aignacio committed Sep 2, 2024
1 parent d86545a commit 0f199bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
include_package_data=False,
python_requires=">=3.6",
install_requires=["cocotb>=1.8.0", "cocotb-bus>=0.2.1", "cocotb-test>=0.2.4"],
install_requires=["cocotb>=1.8.0", "cocotb-bus>=0.2.1"],
extras_require={
"test": [
"pytest",
Expand Down

0 comments on commit 0f199bc

Please sign in to comment.