<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/integration/test_pip_install_sdist.py, branch main</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>Minor edits to integration tests.</title>
<updated>2022-07-14T01:11:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-14T01:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8c9cf2f0e5ce5b6630e38a5fd1105fcfb2252348'/>
<id>8c9cf2f0e5ce5b6630e38a5fd1105fcfb2252348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just assume exactly one sdist is available.</title>
<updated>2022-07-14T00:53:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-14T00:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2bf4014adc2510de218c50422fd16dd2722ec428'/>
<id>2bf4014adc2510de218c50422fd16dd2722ec428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add another conditional to resolve the release for version-specific packages. Fixes #3448.</title>
<updated>2022-07-14T00:36:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-14T00:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6a1782a6fd517885318c5d0d8a661c749b256763'/>
<id>6a1782a6fd517885318c5d0d8a661c749b256763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `bellow` typo in docs</title>
<updated>2022-03-24T21:15:29+00:00</updated>
<author>
<name>Mathieu Kniewallner</name>
<email>mathieu.kniewallner@gmail.com</email>
</author>
<published>2022-03-24T21:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=135e7d2a491dd68d9be6ac06fc74d4fe727e915d'/>
<id>135e7d2a491dd68d9be6ac06fc74d4fe727e915d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a 'uses_network' marker to tests that require connectivity</title>
<updated>2022-03-05T14:30:51+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-09T17:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e91969a6bd63fb526ead83f97830bbc4bff139e3'/>
<id>e91969a6bd63fb526ead83f97830bbc4bff139e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `numpy` sdists from integration tests</title>
<updated>2022-01-07T10:18:08+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-07T10:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d768c314a2f5627458ac08b813ccf316d9cabb44'/>
<id>d768c314a2f5627458ac08b813ccf316d9cabb44</id>
<content type='text'>
Numpy now uses a version cap for setuptools in their `pyproject.toml`,
which defies a bit the value of including it in the integration tests.

As revealed in a conversation with `numpy` maintainer, it seems that
they not plan to remove this cap (maybe only update it from time to
time, only if necessary). Moreover they are also studying other
build backends.

So I think that now the best thing to do would be stop trying to build
numpy sdists with the current version of setuptools, otherwise we risk
to break this test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpy now uses a version cap for setuptools in their `pyproject.toml`,
which defies a bit the value of including it in the integration tests.

As revealed in a conversation with `numpy` maintainer, it seems that
they not plan to remove this cap (maybe only update it from time to
time, only if necessary). Moreover they are also studying other
build backends.

So I think that now the best thing to do would be stop trying to build
numpy sdists with the current version of setuptools, otherwise we risk
to break this test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use setuptools wheel instead of source tree in integration tests</title>
<updated>2022-01-06T22:51:05+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-01-06T21:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=6c5c22e357705b922b775ad1aeee663398eb1b8c'/>
<id>6c5c22e357705b922b775ad1aeee663398eb1b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate some reusable integration helpers</title>
<updated>2021-12-21T02:24:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-13T17:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=01504a07f7312c3a0bce9d77dc702f31209e69f1'/>
<id>01504a07f7312c3a0bce9d77dc702f31209e69f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use shutil to find executable</title>
<updated>2021-12-21T02:24:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2021-11-14T14:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c83f83be321a4f6b39460125788cf500459391bb'/>
<id>c83f83be321a4f6b39460125788cf500459391bb</id>
<content type='text'>
This is more reliable then simply globing
(and will also work in other operating systems)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is more reliable then simply globing
(and will also work in other operating systems)
</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://91.123.203.49/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>
</feed>
