3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Remove gate on smt and rkt tests

as per
https://github.com/YosysHQ/yosys/pull/5128#issuecomment-2896280647
This commit is contained in:
Gus Smith 2025-05-26 20:43:32 -07:00
parent d8b27d41c0
commit 9faa61dfc6

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
pytest -v -m "not smt and not rkt" "$@"
pytest -v "$@"