You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2020. It is now read-only.
TestImportToy.test_parse_static fails under some conditions. This is because it's comparing a list of models.FileField objects to a list of strings. This evidently works sometimes, probably due to the__unicode__ representation of a FileField, but can fail.