When using nosetests run tests in this project I get errors. I'm usng the command nosetests --with-coverage. The same tests without any changes works howevere using pytest. I've switched to them for now but thought I should post an issue to make you aware of the problem.
When using nosetests run tests in this project I get errors. I'm usng the command
nosetests --with-coverage
. The same tests without any changes works howevere using pytest. I've switched to them for now but thought I should post an issue to make you aware of the problem.