mirror of https://github.com/YosysHQ/yosys.git
Remove gate on smt and rkt tests
as per https://github.com/YosysHQ/yosys/pull/5128#issuecomment-2896280647
This commit is contained in:
parent
d8b27d41c0
commit
9faa61dfc6
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
pytest -v -m "not smt and not rkt" "$@"
|
||||
pytest -v "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue