Martin Blanchard pushed to branch master at BuildGrid / buildgrid
Commits:
-
0ea2b629
by Martin Blanchard at 2018-10-05T09:29:53Z
-
e82d70b1
by Martin Blanchard at 2018-10-05T09:29:53Z
-
d7d43431
by Martin Blanchard at 2018-10-05T11:41:46Z
3 changed files:
Changes:
... | ... | @@ -455,8 +455,12 @@ known-standard-library= |
455 | 455 |
|
456 | 456 |
# Force import order to recognize a module as part of a third party library.
|
457 | 457 |
known-third-party=boto3,
|
458 |
+ click,
|
|
458 | 459 |
enchant,
|
459 |
- grpc
|
|
460 |
+ google,
|
|
461 |
+ grpc,
|
|
462 |
+ moto,
|
|
463 |
+ yaml
|
|
460 | 464 |
|
461 | 465 |
|
462 | 466 |
[DESIGN]
|
... | ... | @@ -14,3 +14,6 @@ pep8ignore = |
14 | 14 |
docs/source/conf.py ALL
|
15 | 15 |
*_pb2.py ALL
|
16 | 16 |
*_pb2_grpc.py ALL
|
17 |
+filterwarnings =
|
|
18 |
+ ignore::DeprecationWarning
|
|
19 |
+ ignore::PendingDeprecationWarning
|
|
\ No newline at end of file |
... | ... | @@ -90,7 +90,7 @@ tests_require = [ |
90 | 90 |
'moto',
|
91 | 91 |
'pep8',
|
92 | 92 |
'psutil',
|
93 |
- 'pytest == 3.6.4',
|
|
93 |
+ 'pytest >= 3.8.0',
|
|
94 | 94 |
'pytest-cov >= 2.6.0',
|
95 | 95 |
'pytest-pep8',
|
96 | 96 |
'pytest-pylint',
|