<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test/fixtures.py, branch struct-pre-compilation</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Remove unused ivy_root variable</title>
<updated>2018-10-27T09:12:35+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-10-27T08:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2b67493ff88aa3068bfc1be1aa089d95f4d60699'/>
<id>2b67493ff88aa3068bfc1be1aa089d95f4d60699</id>
<content type='text'>
This is no longer used anywhere in the codebase
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is no longer used anywhere in the codebase
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor `six` consistently</title>
<updated>2018-10-22T21:30:33+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-10-22T08:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b83feeca2ec6f6ad745fb7ea47c6484304bb55d8'/>
<id>b83feeca2ec6f6ad745fb7ea47c6484304bb55d8</id>
<content type='text'>
Use vendored `six`, and also `six.moves.range` rather than `xrange`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use vendored `six`, and also `six.moves.range` rather than `xrange`
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce new fixtures to prepare for migration to pytest.</title>
<updated>2018-02-21T21:30:12+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>asdaraujo@gmail.com</email>
</author>
<published>2017-11-15T14:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a1869c4be5f47b4f6433610249aaf29af4ec95e5'/>
<id>a1869c4be5f47b4f6433610249aaf29af4ec95e5</id>
<content type='text'>
This commits adds new pytest fixtures in prepation for the
migration of unittest.TestCases to pytest test cases. The handling
of temporary dir creation was also changed so that we can use
the pytest tmpdir fixture after the migration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commits adds new pytest fixtures in prepation for the
migration of unittest.TestCases to pytest test cases. The handling
of temporary dir creation was also changed so that we can use
the pytest tmpdir fixture after the migration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase some integration test timeouts (#1374)</title>
<updated>2018-02-09T07:39:37+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-02-09T07:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=8655c75e6a147080235d3458ec82edb9e1ff78a6'/>
<id>8655c75e6a147080235d3458ec82edb9e1ff78a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 0.11.0.2 kafka broker for integration testing (#1357)</title>
<updated>2018-01-26T00:55:07+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-26T00:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=3e12607b17407a6d17be84967156f1c7aa3348ce'/>
<id>3e12607b17407a6d17be84967156f1c7aa3348ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Exception cleanup</title>
<updated>2017-12-12T19:06:44+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-12-07T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=580520bcb9dc2ed9725e4b4871cd275f6826a182'/>
<id>580520bcb9dc2ed9725e4b4871cd275f6826a182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change fixture default host to localhost (#1305)</title>
<updated>2017-12-05T17:47:38+00:00</updated>
<author>
<name>Andre Araujo</name>
<email>asdaraujo@users.noreply.github.com</email>
</author>
<published>2017-12-05T17:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=141b6b29609f9594ad9d3d3302a0123d1b831261'/>
<id>141b6b29609f9594ad9d3d3302a0123d1b831261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fixture support for upcoming 1.0.0 broker release (#1275)</title>
<updated>2017-10-24T04:43:53+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-24T04:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=e06af5343a55cf8d03e32a645ee970d872cb9ba0'/>
<id>e06af5343a55cf8d03e32a645ee970d872cb9ba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 0.11.0.1 for travis test fixture; use as default if unspecified (#1244)</title>
<updated>2017-10-08T17:01:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-08T17:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7305f03ff0758dad811d51f5e21006f273bb4dc2'/>
<id>7305f03ff0758dad811d51f5e21006f273bb4dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dump fixture logs on failure</title>
<updated>2016-08-05T03:21:57+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-05T03:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=79c9968ebcce344f7a26e158d6d88330831f8746'/>
<id>79c9968ebcce344f7a26e158d6d88330831f8746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
