<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/tox.ini, branch v60.8.2</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>Remove dependency on paver in vendored update.</title>
<updated>2022-01-15T01:28:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-15T01:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5f1e541b229832c43a97ad96eae4475b8a752fec'/>
<id>5f1e541b229832c43a97ad96eae4475b8a752fec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move vendor routine to tools</title>
<updated>2022-01-15T01:25:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-15T01:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=58aec58e7acf32fead05fd062145bd7f38894bc2'/>
<id>58aec58e7acf32fead05fd062145bd7f38894bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create tox routine for updating vendored packages.</title>
<updated>2022-01-15T01:23:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-15T01:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a01b3da31afd3a6a8d3413ca9ec330068b95f0b0'/>
<id>a01b3da31afd3a6a8d3413ca9ec330068b95f0b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture performance of interpreter startup. Ref #3006.</title>
<updated>2022-01-08T04:13:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-01-08T04:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=02f788e73556b90f40acf4b08b27411eb6fc8deb'/>
<id>02f788e73556b90f40acf4b08b27411eb6fc8deb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on pytest_virtualenv</title>
<updated>2022-01-06T22:48:43+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-12-25T00:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=34e0fcbc8886b1940cfaeaf8c9de1b6f1cc199d7'/>
<id>34e0fcbc8886b1940cfaeaf8c9de1b6f1cc199d7</id>
<content type='text'>
Now that all tests use `jaraco.envs`, there is no need to depend on
`pytest_virtualenv`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that all tests use `jaraco.envs`, there is no need to depend on
`pytest_virtualenv`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into integration-tests</title>
<updated>2022-01-06T17:32:10+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2022-01-06T17:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=846a6c44fb914a0dd0e9ccabe6e78fd11398fb23'/>
<id>846a6c44fb914a0dd0e9ccabe6e78fd11398fb23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove workaround for test/CI dependency on Sphinx</title>
<updated>2021-12-27T22:11:12+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-12-27T22:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2a91fab31b909e36afcf6371697d3b17f9ec0ade'/>
<id>2a91fab31b909e36afcf6371697d3b17f9ec0ade</id>
<content type='text'>
It seems that Sphinx now supports Python 3.10, which means that we can
remove the dependency workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that Sphinx now supports Python 3.10, which means that we can
remove the dependency workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simulate pip's isolation using virtualenv</title>
<updated>2021-12-21T02:24:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-13T16:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=48361da818928e4ffe609878a93a65e9210082dd'/>
<id>48361da818928e4ffe609878a93a65e9210082dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use separated "extras" for integration tests</title>
<updated>2021-12-21T02:24:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-13T10:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=698dd827f0e9882ad63ab3306f0ce7fc1bc9520e'/>
<id>698dd827f0e9882ad63ab3306f0ce7fc1bc9520e</id>
<content type='text'>
Instead of disabling pytest plugins, simply don't install them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of disabling pytest plugins, simply don't install them
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable pytest plugins in integration tests via -p no:*</title>
<updated>2021-12-21T02:24:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-13T09:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c42cbb1c60c5b5d1798ebe470100ed26fb02506d'/>
<id>c42cbb1c60c5b5d1798ebe470100ed26fb02506d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
