From 9b95ecc91e7ac441528a4336d1eca63363a57e92 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 3 Dec 2020 13:41:51 -0800 Subject: [PATCH] Use git version of cocotb for testing --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7ff4622..0e1586b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,6 +63,7 @@ deps = cocotb-test coverage pytest-cov + git+https://github.com/cocotb/cocotb.git@e892a3ea48#egg=cocotb commands = pytest --cov=cocotbext --cov=tests --cov-branch -n auto