flake8
 passed.
 
 
 JSHint
 passed.
 
Review Request #11360 — Created Jan. 7, 2021 and submitted
When running
rb-sitewith 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.sixfrom Power Pack).
Ran
rb-siteon Python 2.7. Saw the warnings go away.
| Summary | ID | 
|---|---|
| 14c3b6e19c3fc6dcaba788e2024e975c140930f6 |