File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ def create_trivup_cluster(conf={}):
39
39
'debug' : True ,
40
40
'cp_version' : '7.6.0' ,
41
41
'kraft' : TestUtils .use_kraft (),
42
- 'version' : 'trunk' ,
42
+ 'version' : 'trunk@f6c9feea76d01a46319b0ca602d70aa855057b07 ' ,
43
43
'broker_conf' : _broker_conf ()}
44
44
trivup_fixture_conf .update (conf )
45
45
return TrivupFixture (trivup_fixture_conf )
46
46
47
47
48
48
def create_sasl_cluster (conf = {}):
49
49
trivup_fixture_conf = {'with_sr' : False ,
50
- 'version' : 'trunk' ,
50
+ 'version' : 'trunk@f6c9feea76d01a46319b0ca602d70aa855057b07 ' ,
51
51
'sasl_mechanism' : "PLAIN" ,
52
52
'kraft' : TestUtils .use_kraft (),
53
53
'sasl_users' : 'sasl_user=sasl_user' ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pytest==4.6.9;python_version<="3.0"
5
5
pytest >= 6.0.0 ;python_version >= "3.0"
6
6
pytest-timeout
7
7
requests-mock
8
- tests/trivup/trivup-0.12.5 .tar.gz
8
+ tests/trivup/trivup-0.12.6 .tar.gz
9
9
fastavro < 1.8.0 ;python_version == "3.7"
10
10
fastavro >= 1.8.4 ;python_version > "3.7"
11
11
fastavro
You can’t perform that action at this time.
0 commit comments