<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_distutils_adoption.py, branch bugfix/3525-error</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>When loading distutils from the vendored copy, rewrite __name__ to ensure consistent importing from inside and out. Fixes #3035.</title>
<updated>2022-02-16T00:20:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-16T00:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2b40489be6a33053754b08cad785fe8be580994e'/>
<id>2b40489be6a33053754b08cad785fe8be580994e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use distutils.cmd to test duplicated imports</title>
<updated>2022-01-24T12:01:58+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-22T18:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c169a006e8fb2d678f4fa6d3e64a20268d227697'/>
<id>c169a006e8fb2d678f4fa6d3e64a20268d227697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests about duplicated distutils imports</title>
<updated>2022-01-24T12:01:58+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-22T17:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f3a76a101fce465284a37453b03bff29da09c4f4'/>
<id>f3a76a101fce465284a37453b03bff29da09c4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that distutils has an origin. Ref #2990.</title>
<updated>2022-01-08T17:12:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T17:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=91ce77e49670fb97ceaad7d7c3b414c488c65c62'/>
<id>91ce77e49670fb97ceaad7d7c3b414c488c65c62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract venv fixtures from test_distutils_adoption</title>
<updated>2022-01-06T21:43:33+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-12-24T22:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=60e561c0a3747c2e862791f4cc5a4e530448a9a4'/>
<id>60e561c0a3747c2e862791f4cc5a4e530448a9a4</id>
<content type='text'>
… and change it to install the pre-build setuptools wheel (fixture)
instead of installing from the source tree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
… and change it to install the pre-build setuptools wheel (fixture)
instead of installing from the source tree
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract the SYSTEMROOT handler and document it.</title>
<updated>2022-01-06T04:52:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-06T04:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c51f512d8c58516595f7aba7100326e7fdabb13a'/>
<id>c51f512d8c58516595f7aba7100326e7fdabb13a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the env, as the test suite runs local by default but also tests stdlib.</title>
<updated>2022-01-06T04:50:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-06T04:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6a1a7e61343f054eda9d4c572ef723752dda7026'/>
<id>6a1a7e61343f054eda9d4c572ef723752dda7026</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 capturing failure. Ref #3002.</title>
<updated>2022-01-06T04:17:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-06T04:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=387073fb4eab8f6680fa4382ed008d86103cf132'/>
<id>387073fb4eab8f6680fa4382ed008d86103cf132</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend tests to capture expectation of only one DistutilsMetaFinder at a time.</title>
<updated>2021-12-23T19:47:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-12-23T19:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4e552491a216eeb56c70622264ab6dae1a30c4e7'/>
<id>4e552491a216eeb56c70622264ab6dae1a30c4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring back the xfail as it appears to be needed at least on macOS.</title>
<updated>2021-11-12T02:39:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-11-12T02:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ba6aa7cc011db953ad388a37c482cb00f4fb978d'/>
<id>ba6aa7cc011db953ad388a37c482cb00f4fb978d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
