Skip to content

Commit 2c84234

Browse files
committed
Using specific commit for trivup
1 parent bc4896f commit 2c84234

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4848
def 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',

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest==4.6.9;python_version<="3.0"
55
pytest>=6.0.0;python_version>="3.0"
66
pytest-timeout
77
requests-mock
8-
tests/trivup/trivup-0.12.5.tar.gz
8+
tests/trivup/trivup-0.12.6.tar.gz
99
fastavro<1.8.0;python_version=="3.7"
1010
fastavro>=1.8.4;python_version>"3.7"
1111
fastavro

tests/trivup/trivup-0.12.6.tar.gz

32.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)