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={}):
3939 'debug' : True ,
4040 'cp_version' : '7.6.0' ,
4141 'kraft' : TestUtils .use_kraft (),
42- 'version' : 'trunk' ,
42+ 'version' : 'trunk@f6c9feea76d01a46319b0ca602d70aa855057b07 ' ,
4343 'broker_conf' : _broker_conf ()}
4444 trivup_fixture_conf .update (conf )
4545 return TrivupFixture (trivup_fixture_conf )
4646
4747
4848def create_sasl_cluster (conf = {}):
4949 trivup_fixture_conf = {'with_sr' : False ,
50- 'version' : 'trunk' ,
50+ 'version' : 'trunk@f6c9feea76d01a46319b0ca602d70aa855057b07 ' ,
5151 'sasl_mechanism' : "PLAIN" ,
5252 'kraft' : TestUtils .use_kraft (),
5353 '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"
55pytest >= 6.0.0 ;python_version >= "3.0"
66pytest-timeout
77requests-mock
8- tests/trivup/trivup-0.12.5 .tar.gz
8+ tests/trivup/trivup-0.12.6 .tar.gz
99fastavro < 1.8.0 ;python_version == "3.7"
1010fastavro >= 1.8.4 ;python_version > "3.7"
1111fastavro
You can’t perform that action at this time.
0 commit comments