Closed mingodad closed 2 years ago
capture_output
is only available since Python 3.7+. https://docs.python.org/3/library/subprocess.html
It seems the Python version is 3.6 on your local.
Can you please try with the HEAD of main branch? I've checked in a fix, see PR #148.
Thank you ! All tests pass now on my machine.
Describe the bug When building with
make check
several tests failTo Reproduce Steps to reproduce the behavior:
Obs: I've added two
print
oncheck_spec.y
: