python3Packages.cocotb: fix tests

This commit is contained in:
Jonathan Ringer
2021-12-14 12:04:17 -08:00
parent e3e9490e0f
commit 6d950cfb42
@@ -5,7 +5,7 @@
, setuptools
, setuptools-scm
, cocotb-bus
, pytest
, pytestCheckHook
, swig
, verilog
}:
@@ -42,11 +42,10 @@ buildPythonPackage rec {
substituteInPlace setup.py --replace "'cocotb-bus<1.0'" ""
'';
checkInputs = [ cocotb-bus pytest swig verilog ];
checkInputs = [ cocotb-bus pytestCheckHook swig verilog ];
checkPhase = ''
export PATH=$out/bin:$PATH
make test
'';
meta = with lib; {