Skip to content

Commit 776ecdf

Browse files
committed
dependencies.txt: remove pytest [skip CI]
1 parent c90f063 commit 776ecdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Summary, well tested on Debian Bookworm and Trixie:
2121

2222
apt-get install -y build-essential git iverilog gtkwave verilator python3-pip
2323
apt-get install -y python3-numpy python3-flake8 python3-scipy python3-matplotlib
24-
pip3 install cocotb cocotb-bus pytest
24+
pip3 install cocotb cocotb-bus
2525

2626
=====
2727
The setup instructions for bedrock on Fedora should be:
2828

2929
yum install iverilog gtkwave make g++ python3-numpy python3-scipy python3-pip
30-
pip3 install cocotb cocotb-bus pytest
30+
pip3 install cocotb cocotb-bus
3131

3232
but then we hit a iverilog-vpi configuration bug seemingly caused by RedHat.
3333
The evasive action I suggest is to build iverilog from source:

0 commit comments

Comments
 (0)