<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch feature/remove-eggsecutable</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Remove eggsecutable</title>
<updated>2021-01-21T02:13:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-21T02:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fa81391fe65fa727f79f1be73f058e83ffe97193'/>
<id>fa81391fe65fa727f79f1be73f058e83ffe97193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer 'rootdir' for resolving the project root.</title>
<updated>2021-01-18T17:18:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T17:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8222d6f7b992d3b184434acb31cd66b0f2e41401'/>
<id>8222d6f7b992d3b184434acb31cd66b0f2e41401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2459 from webknjaz/testing/pytest-xdist</title>
<updated>2021-01-18T17:09:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T17:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=47408ac87f4cc1c6299f3c2abe2d8dfcb3d14b63'/>
<id>47408ac87f4cc1c6299f3c2abe2d8dfcb3d14b63</id>
<content type='text'>
Parallelize the test runs via pytest-xdist</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parallelize the test runs via pytest-xdist</pre>
</div>
</content>
</entry>
<entry>
<title>Add changelog.</title>
<updated>2021-01-18T17:08:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T17:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3b571b08feda091838f55d6d0ec3a72325264051'/>
<id>3b571b08feda091838f55d6d0ec3a72325264051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and enhance tests in test_build_meta. Ref #2459.</title>
<updated>2021-01-18T16:29:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T16:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=347f7497d9668049b50a26c381dc661c2b641a7b'/>
<id>347f7497d9668049b50a26c381dc661c2b641a7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore test_build_sdist_relative_path_import to its former simple implementation.</title>
<updated>2021-01-18T16:22:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T16:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=77aefc128699182e5b1271162f0b7c557d81b1d5'/>
<id>77aefc128699182e5b1271162f0b7c557d81b1d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify get_build_backend to simply allow override of cwd.</title>
<updated>2021-01-18T16:09:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T16:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=daf01571d508234fcff707b1a1156c7496c0c131'/>
<id>daf01571d508234fcff707b1a1156c7496c0c131</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract workaround for pytest-dev/pytest-xdist#376 as a fixture. Invoke the repair at the session level and only when xdist is present.</title>
<updated>2021-01-18T15:48:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T15:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f767b4f59b14aa94d7c085173cb9360ba2d187eb'/>
<id>f767b4f59b14aa94d7c085173cb9360ba2d187eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rely on rootdir to determine the source. Avoids coupling with position in the test suite.</title>
<updated>2021-01-18T15:30:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T15:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=31b0896bba77f21984dfad5a0b82fcd57bda9658'/>
<id>31b0896bba77f21984dfad5a0b82fcd57bda9658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid indirection in src_dir</title>
<updated>2021-01-18T02:49:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2021-01-18T02:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3c8e758caa11abe63040058ba136a68d2b620ea3'/>
<id>3c8e758caa11abe63040058ba136a68d2b620ea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
