Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
skip-integration-test.patch | Do not test integration This test is failing as his setup is trying to run kafka-server locally : INFO:test.service: /<<PKGBUILDDIR>>/servers/0.11.0.2/kafka-bin/bin/kafka-run-class.sh FileNotFoundError: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/servers/0.11.0.2/kafka-bin/bin/kafka-run-class.sh' This patch is adding pytest decorator to skip this test. =================================================================== |
Michal Arbet <michal.arbet@ultimum.io> | no | 2020-04-30 | ||
Fixes-ypeError_Population_must_be_a_sequence.patch | Fixes "TypeError: Population must be a sequence." using random.sample() diff --git a/test/test_assignors.py b/test/test_assignors.py index 67e91e131..89a0e3133 100644 |
Hirotaka Wakabayashi <hiwkby@yahoo.com> | no | debian | upstream, https://github.com/dpkp/kafka-python/commit/779ce3a0b11487ad13f89df8ba5928bdff7c808d.patch | 2022-01-13 |
fix-using-six.patch | Fix six imports =================================================================== |
Thomas Goirand <zigo@debian.org> | no | 2024-04-18 | ||
do-not-use-sphinxcontrib.napoleon-theme.patch | Do not use the sphinxcontrib.napoleon sphinx theme This theme isn't available in Debian (yet), and I don't have the time to package it, so for now, I'm just disabling the use of it. =================================================================== |
Thomas Goirand <zigo@debian.org> | no | 2015-02-17 | ||
no-intersphinx.patch | No intersphinx =================================================================== |
Thomas Goirand <zigo@debian.org> | no | 2016-07-11 | ||
remove-multiple-privacy-breaches.patch | Remove multiple privacy breaches in docs diff --git a/README.rst b/README.rst index bae567b..095a686 100644 |
Thomas Goirand <zigo@debian.org> | no | 2020-04-30 | ||
remove-old-lz4-test.patch | Remove old lz4 test =================================================================== |
Thomas Goirand <zigo@debian.org> | not-needed | debian | 2019-09-08 | |
do-not-test-with-old-lz4.patch | Do not test with old lz4 These tests are failing. In the context of modern Sid/Buster, we probably don't really care testing legacy stuff. diff --git a/test/record/test_legacy_records.py b/test/record/test_legacy_records.py index 43970f7..0373d8f 100644 |
Thomas Goirand <zigo@debian.org> | no | 2020-04-30 |