aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2018-12-07 11:12:48 -0500
committerGitHub <noreply@github.com>2018-12-07 11:12:48 -0500
commitb6fb0783c30a6f73aad72864b0f32ff2dc45bfce (patch)
tree1b9b6ded651966fc61d402aae8dbf7abdec45ad6 /setup.cfg
parent045a92d72059f7db1c650268cb873ef3beb9ab74 (diff)
downloadpython-api-core-b6fb0783c30a6f73aad72864b0f32ff2dc45bfce.tar.gz
API Core: fix pytype build (#6873)
* Run 'pytype' only over the 'google/' directory. * Ignore 'pytype_output/' derived files. * Remove spurious 'MutableMapping.register' call. 'pytype' chokes on it, but the 'Policy' class already derives from 'MutableMapping', so the call is a no-op. * Silence deprecation spew during IAM unit tests.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 046436b..973b943 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,6 @@ universal = 1
[pytype]
python_version = 3.6
inputs =
- .
+ google/
exclude =
tests/