-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moderation: Tests fail #235
Comments
Must be as the last merge to master is a pass. The requirements: https://github.com/django-cms/djangocms-moderation/blob/master/tests/requirements/requirements_base.txt |
There seem to be a mixture of issues causing test failures. I've seen an import in djangocms-alias that's fetching something from django-cms which it can't find. Also there's conflicting dependencies on django itself coming from aldryn-forms |
1 similar comment
There seem to be a mixture of issues causing test failures. I've seen an import in djangocms-alias that's fetching something from django-cms which it can't find. Also there's conflicting dependencies on django itself coming from aldryn-forms |
Running the unit tests leads to failures (I removed tracebacks of errors that do not lead to a fail).
Since there have been no changes to the codebase I assume there must have been changes to dependencies which cause the tests to fail:
The text was updated successfully, but these errors were encountered: