mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-20 03:03:44 +00:00
Remove unknown change
This commit is contained in:
parent
ded7c9cb03
commit
403740428c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,4 +31,4 @@ def pytest_generate_tests(metafunc):
|
|||
seed1 = metafunc.config.getoption("seed")
|
||||
rnd = lambda seed2: random.Random('{}-{}'.format(seed1, seed2))
|
||||
names, cases = generate_test_cases(per_cell, rnd)
|
||||
metafunc.parametrize("name,cell,parameters", cases, ids=names)
|
||||
metafunc.parametrize("cell,parameters", cases, ids=names)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue