flake8
passed.
JSHint
passed.
Review Request #11360 — Created Jan. 7, 2021 and submitted
When running
rb-site
with any modern version of thecryptography
module, a warning will be shown about cryptography dropping Python 2
support. This wasn't caught by thePendingDeprecationWarning
, as they
output it as aUserError
. We now filter these out, which also catches
a few others that could come up (likepdfminer.six
from Power Pack).
Ran
rb-site
on Python 2.7. Saw the warnings go away.
Summary | ID |
---|---|
14c3b6e19c3fc6dcaba788e2024e975c140930f6 |