Closed mikegerber closed 1 year ago
Locally:
make coverage
workspytest
is brokenCircleCI also uses make coverage
.
Hmm.
I tested if it's pyenv, but it's also broken without pyenv and the system Python 3.9.
Oh, it's just that wie now get the model name from os.getenv("MODEL")
and that isn't set normally, but in the Makefile
...
While running
pytest
:I don't understand this. Local tests fail like this, the CircleCI tests run fine, does not seem to be probem with the current version of
ocrd
.