okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
333 stars 84 forks source link

Fix the build #1354

Closed colinschoen closed 5 years ago

colinschoen commented 5 years ago

The build looks broken. https://circleci.com/gh/okpy/ok

ja5087 commented 5 years ago

I tried rebuilding a past known working commit and it still failed. Do you have any idea why this might be the case? https://circleci.com/gh/okpy/ok/1903

ja5087 commented 5 years ago

Problem found: our requirements call for Werkzeug>=0.7. The tests pass under 0.14.1, but not >=0.15.0 onwards. Will quickly patch requirements.txt until we figure out how to fix the tests.

colinschoen commented 5 years ago

Thank you!