<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_integration.py, branch 19.4</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Modeling after Astropy's technique for bundling libraries, the imports are now much cleaner. Thanks @embray. Ref #229.</title>
<updated>2015-12-31T21:30:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-31T21:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=952c1bafda1929c74c737646aa025e6ffad6632e'/>
<id>952c1bafda1929c74c737646aa025e6ffad6632e</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Update vendoring technique to match that used for packaging. Ref #229.</title>
<updated>2015-12-31T16:51:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-31T16:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=06872bb0bbbeb953e90bd0941444b0d499056557'/>
<id>06872bb0bbbeb953e90bd0941444b0d499056557</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with master. Ref #229.</title>
<updated>2015-12-31T15:51:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-31T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=29fa01621c3de0a5c78c4f49b5d051386d0d566f'/>
<id>29fa01621c3de0a5c78c4f49b5d051386d0d566f</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TypeError for pytest.skip()</title>
<updated>2015-04-05T06:39:18+00:00</updated>
<author>
<name>Thomas Bechtold</name>
<email>tbechtold@suse.com</email>
</author>
<published>2015-04-05T06:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=82d003629ef23fd7f0dc2fb71d5edc937271ffd8'/>
<id>82d003629ef23fd7f0dc2fb71d5edc937271ffd8</id>
<content type='text'>
pytests skip() method doesn't have a 'reason' parameter.
This fixes:

  TypeError: skip() got an unexpected keyword argument 'reason'

--HG--
branch : fix-type-error-skip-reason
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pytests skip() method doesn't have a 'reason' parameter.
This fixes:

  TypeError: skip() got an unexpected keyword argument 'reason'

--HG--
branch : fix-type-error-skip-reason
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip integration tests when SSL is broken. Ref #317.</title>
<updated>2015-01-16T00:41:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-16T00:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1cd6c9a1f6840ff82217a9e7059b8ec7049f3a32'/>
<id>1cd6c9a1f6840ff82217a9e7059b8ec7049f3a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip integration tests when one of the packages under test is already installed, as the installation will fail in that case.</title>
<updated>2015-01-04T17:09:27+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-04T17:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3593a64ed6755876702ce362e1dfc87849c0952b'/>
<id>3593a64ed6755876702ce362e1dfc87849c0952b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove expected failure from pbr package as it appears to be working now.</title>
<updated>2015-01-02T15:42:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-02T15:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=30f3068b7429f401bcbf1955de8fa370f3f8c8b0'/>
<id>30f3068b7429f401bcbf1955de8fa370f3f8c8b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resave with excess whitespace removed</title>
<updated>2015-01-02T15:41:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-01-02T15:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9534a401d57558cf469263beb0a35895dc81d043'/>
<id>9534a401d57558cf469263beb0a35895dc81d043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory</title>
<updated>2014-06-25T14:47:59+00:00</updated>
<author>
<name>david</name>
<email>david.genest@ubisoft.com</email>
</author>
<published>2014-06-25T14:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5d58d955b5f5dcafe6ec624b82b327ce1fe9bbfd'/>
<id>5d58d955b5f5dcafe6ec624b82b327ce1fe9bbfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup fixture using tmp and monkeypatch</title>
<updated>2014-06-18T15:44:23+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2014-06-03T04:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9179bdd01411484226a3a18ef57187dcf9022535'/>
<id>9179bdd01411484226a3a18ef57187dcf9022535</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
