File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
multiple = True ) # Remove in major version 1.0.0
22
22
@click .option (
23
23
'pact_urls' , '--pact-urls' ,
24
- default = '' ,
24
+ default = [] ,
25
25
help = 'DEPRECATED: specify pacts as arguments instead.\n '
26
26
'The URI(s) of the pact to verify.'
27
27
' Can be an HTTP URI(s) or local file path(s).'
47
47
' via the environment variable PACT_BROKER_BASE_URL.' )
48
48
@click .option (
49
49
'consumer_version_tag' , '--consumer-version-tag' ,
50
- default = '' ,
50
+ default = [] ,
51
51
multiple = True ,
52
52
help = 'Retrieve the latest pacts with this consumer version tag. '
53
53
'Used in conjunction with --provider. May be specified multiple times.' )
54
54
@click .option (
55
55
'consumer_version_selector' , '--consumer-version-selector' ,
56
- default = '' ,
56
+ default = [] ,
57
57
multiple = True ,
58
58
help = 'Retrieve the latest pacts with this consumer version selector. '
59
59
'Used in conjunction with --provider. May be specified multiple times.' )
60
60
@click .option (
61
61
'provider_version_tag' , '--provider-version-tag' ,
62
- default = '' ,
62
+ default = [] ,
63
63
multiple = True ,
64
64
help = 'Tag to apply to the provider application version. '
65
65
'May be specified multiple times.' )
Original file line number Diff line number Diff line change 1
- Click>=2.0.0,<=6.7
1
+ Click>=2.0.0
2
2
coverage==5.4
3
3
Flask==1.0
4
4
configparser==3.5.0
You can’t perform that action at this time.
0 commit comments