Skip to content

Commit f2856d0

Browse files
author
EarthmanT
committed
pass tests
1 parent 4da624c commit f2856d0

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.circleci/py3fixers

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
--stage1
2+
-f lib2to3.fixes.fix_getcwdu
3+
-f lib2to3.fixes.fix_long
4+
-f lib2to3.fixes.fix_nonzero
5+
-f lib2to3.fixes.fix_input
6+
-f lib2to3.fixes.fix_raw_input
7+
-f lib2to3.fixes.fix_itertools
8+
-f lib2to3.fixes.fix_itertools_imports
9+
-f lib2to3.fixes.fix_exec
10+
-f lib2to3.fixes.fix_operator
11+
-f libfuturize.fixes.fix_execfile
12+
-f libpasteurize.fixes.fix_newstyle
13+
-f lib2to3.fixes.fix_filter
14+
# fix_dict is not idempotent
15+
# -f lib2to3.fixes.fix_dict
16+
-f lib2to3.fixes.fix_map
17+
-f lib2to3.fixes.fix_zip
18+
-f lib2to3.fixes.fix_xrange
19+
-f lib2to3.fixes.fix_basestring
20+
-f libfuturize.fixes.fix_cmp
21+
-f libfuturize.fixes.fix_division_safe
22+
-f lib2to3.fixes.fix_metaclass
23+
-f libfuturize.fixes.fix_unicode_keep_u
24+

ignore_plugin_yaml_differences

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{'dictionary_item_added': [root['data_types']['cloudify.types.serverless.ClientConfig']['properties']['credentials']['type'], root['data_types']['cloudify.types.serverless.ServiceConfig']['properties']['functions']['type'], root['data_types']['cloudify.types.serverless.ServiceConfig']['properties']['env']['type'], root['data_types']['cloudify.types.serverless.FunctionConfig']['properties']['events']['type'], root['data_types']['cloudify.types.serverless.FunctionConfig']['properties']['environment']['type']]}

plugin_1_4.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ data_types:
4545
required: false
4646
functions:
4747
type: list
48-
item_type: cloudify.types.serverless.FunctionConfig
4948
required: true
5049
description: List of cloudify.types.serverless.FunctionConfig.
5150
env:

0 commit comments

Comments
 (0)