neon-jungle / wagtail-videos

Videos for Wagtail CMS, including transcoding
BSD 3-Clause "New" or "Revised" License
65 stars 57 forks source link

video_saved signal noop when raw #35

Closed mrname closed 4 years ago

mrname commented 5 years ago

Resolves #34

mrname commented 5 years ago

FYI on the CI checks, it is only flake8 that is failing, not the tests. Happy to fix the flake8 violations as well, but did not want to lump it into this functionality change.

seb-b commented 5 years ago

@mrname Looking good!.

If you could fix the flake8 errors caused by these changes that would be good. The one in the chooser.py and the other in test/storage.py are caused by updates to flake8 and I can fix those by updating the .flake8 config

Otherwsie looks like there's some unused imports in tests/test_model.py with some extra blank lines and an isort error as well.