Skip to content

Commit

Permalink
testsuite: Allow pylint to load some c extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Aug 31, 2017
1 parent 1da1f84 commit f2dcb66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testsuite/pylintrc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ persistent=no
# usually to register additional checkers.
load-plugins=ext.exception_messages,ext.ssl_protocols,ext.pylint_compat

# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-whitelist=lxml,posix1e

[MESSAGES CONTROL]

Expand Down

0 comments on commit f2dcb66

Please sign in to comment.