summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-06-19 04:03:52 -0700
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-06-19 13:03:52 +0200
commitb903bb438f96f76f17459f51d5f33b203fd15846 (patch)
treede9c17fbb4a3dfda8f48c45b05862f56804a281e /docs
parent2cbd3967e0a51eab993df89679046d25ec78baec (diff)
Refs #30485 -- Removed non-representative test that emitted a warning.
Previously, when running the Django test suite with warnings enabled, the following was emitted: /usr/lib64/python3.7/urllib/parse.py:915: BytesWarning: str() on a bytearray instance v = quote_via(str(v), safe, encoding, errors) This occurred due to the bytearray() being passed to urllib.parse.urlencode() which eventually calls str() on it. The test does not represent desired real world behavior. Rather than test for and assert strange unspecified behavior that emits a warning, remove it. This was also discussed in PR #11374.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions