File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 9191 pip install --upgrade pip
9292 pip install -e .[dev]
9393
94+ # Temporary CI work around (Remove once cocotb and cocotb-bus get a version bump)
95+ pip uninstall -y cocotb
96+ pip install git+https://github.com/cocotb/cocotb.git@770d72214362cb366097267873839f50c69e417e
97+
98+ pip uninstall -y cocotb-bus
99+ pip install git+https://github.com/cocotb/cocotb-bus.git@c53c6024391fa02263969b02a0e0de5a22974cfc
100+
94101 pytest -n logical -m "eda" --verbose
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dev = [
3333 " pytest == 8.4.2" ,
3434 " pytest-xdist==3.8.0" ,
3535 " pytest-timeout == 2.4.0" ,
36- " cocotb @ git+https://github.com/cocotb/cocotb.git@770d72214362cb366097267873839f50c69e417e " ,
37- " cocotb-bus @ git+https://github.com/cocotb/cocotb-bus.git@c53c6024391fa02263969b02a0e0de5a22974cfc "
36+ " cocotb == 2.0.0 " ,
37+ " cocotb-bus == 0.2.1 "
3838]
3939
4040[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments