flake8
failed.
JSHint
passed.
flake8
-
djblets/testing/testcases.py (Diff revision 1) Show all issues -
-
-
Review Request #11930 — Created Jan. 12, 2022 and submitted
Information | |
---|---|
chipx86 | |
Djblets | |
release-2.x | |
Reviewers | |
djblets | |
The version of
six
in all versions of Django can trigger the following
ImportWarning
on Python 3.10:_SixMetaPathImporter.find_spec() not found; falling back to find_module()
This wasn't an issue with the old test runner, but is being hit in
pytest
, causing tests to fail.The simplest solution, unfortunately, is just to filter this out in
assertWarns
. This implements that filter, fixing those tests.
Unit tests pass on all supported versions of Python.
Marked the regex strings as raw strings.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+32) |