Skip to content

Commit

Permalink
Try to find out why Kafka 0.8.2.2 timeout on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-kao committed Aug 16, 2024
1 parent f297764 commit 1608037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,8 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy3.9"
experimental: [ false ]
steps:
- name: Checkout the source code
Expand Down Expand Up @@ -116,19 +112,12 @@ jobs:
fail-fast: false
matrix:
kafka-version:
- "0.9.0.1"
- "0.10.2.2"
- "0.11.0.2"
- "0.11.0.3"
- "1.1.1"
- "2.4.0"
- "2.5.0"
- "2.6.0"
python-version: ['3.12']
experimental: [false]
include:
- kafka-version: '0.8.2.2'
experimental: true
experimental: false
python-version: "3.12"
- kafka-version: '0.8.2.2'
experimental: false
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py312

[pytest]
#testpaths = test/test_ssl_integration.py
testpaths = test
testpaths = test/test_partitioner.py test/test_producer.py
addopts = --durations=10
log_format = %(created)f %(filename)-23s %(threadName)s %(message)s

Expand Down

0 comments on commit 1608037

Please sign in to comment.