<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/conftest.py, branch v42.0.1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat for compatibility.</title>
<updated>2019-10-28T00:25:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-27T23:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=85a9ca5e75abf00e0dde55dde4e2b0a11f93c04a'/>
<id>85a9ca5e75abf00e0dde55dde4e2b0a11f93c04a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include pavement.py in tests (where applicable).</title>
<updated>2018-06-06T13:02:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-06T12:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3e3b9f7968fbe47b8e7038d1b1767676daecfaca'/>
<id>3e3b9f7968fbe47b8e7038d1b1767676daecfaca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove crufty, ignored test.</title>
<updated>2018-06-06T12:53:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-06T12:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9832db367961e9215a1c55703dcbe47b339ca409'/>
<id>9832db367961e9215a1c55703dcbe47b339ca409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only ignore collection on older Pythons</title>
<updated>2018-06-06T12:45:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-06T12:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0a39f8e47944ef416fdd276ec91a3be464fa8a2e'/>
<id>0a39f8e47944ef416fdd276ec91a3be464fa8a2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove crufty ignores</title>
<updated>2018-06-06T12:41:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-06T12:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=992293d1aa03ad3e7258f51bdbb385ace4035737'/>
<id>992293d1aa03ad3e7258f51bdbb385ace4035737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ignores into conftest.py</title>
<updated>2018-06-06T12:38:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-06-06T12:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=445d38472d3dc2fd004b02d645e7eadcf26fbc30'/>
<id>445d38472d3dc2fd004b02d645e7eadcf26fbc30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use py.test to launch pytest, rather than python -m test, preventing the empty path from being added to sys.path per pytest-dev/pytest#2104. Fixes #852. Also use 'usedevelop' as the setuptools.tests.fixtures aren't available in a standard install.</title>
<updated>2016-12-10T19:20:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-10T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5c9406987aacf17d9c004aa1456797e0044306e5'/>
<id>5c9406987aacf17d9c004aa1456797e0044306e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Monkeypatch the 'setuptools.__file__' attribute in test setup to be absolute. Workaround for #852.</title>
<updated>2016-12-01T14:59:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-01T14:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=413c234459de94766c8c57f10d11ef1599ae6ac0'/>
<id>413c234459de94766c8c57f10d11ef1599ae6ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up conftest.py</title>
<updated>2016-12-01T14:54:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-12-01T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b890d3d27602b6c18985c735a0ba0933232deb82'/>
<id>b890d3d27602b6c18985c735a0ba0933232deb82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test to verify the install of Pypi top packages</title>
<updated>2016-11-03T23:11:42+00:00</updated>
<author>
<name>Thiebaud Weksteen</name>
<email>tweek@google.com</email>
</author>
<published>2016-11-03T22:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d'/>
<id>cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
