<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_integration.py, branch v67.3.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>Disable integration tests on PyPy on Windows. Ref #2496.</title>
<updated>2020-12-21T01:42:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-21T01:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8a99cc4660582b651d91421d4f47cb988a355741'/>
<id>8a99cc4660582b651d91421d4f47cb988a355741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tests guaranteeing that (vendored) dependencies can be installed without setuptools.</title>
<updated>2020-12-06T17:54:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-06T17:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=99bc2c11d74075ebf0b1dae4cab881225765f404'/>
<id>99bc2c11d74075ebf0b1dae4cab881225765f404</id>
<content type='text'>
In a PEP 517 world without distutils, packagers will need to find another way to build and supply the dependencies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a PEP 517 world without distutils, packagers will need to find another way to build and supply the dependencies
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove conditional skip, no longer relevant.</title>
<updated>2020-12-06T17:39:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-12-06T17:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=65441834e019b064bae862d3cfd9971ecbd1c7f8'/>
<id>65441834e019b064bae862d3cfd9971ecbd1c7f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2 compatibility</title>
<updated>2020-08-16T11:15:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-08-16T04:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fb7ab81a3d080422687bad71f9ae9d36eeefbee2'/>
<id>fb7ab81a3d080422687bad71f9ae9d36eeefbee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix some pytest warnings under Python 2</title>
<updated>2019-11-15T10:41:44+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-11-14T18:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fed59d837495208c13cec64b5394cdd2cc3cb6de'/>
<id>fed59d837495208c13cec64b5394cdd2cc3cb6de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow 'long_description_content_type' warnings for new versions of packaging. Fixes #1858.</title>
<updated>2019-10-07T01:21:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-10-07T01:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=53d662a9de0b8d449d167bf1c5cf291a2fecb094'/>
<id>53d662a9de0b8d449d167bf1c5cf291a2fecb094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix_test_build_deps_on_distutils</title>
<updated>2019-05-14T13:48:38+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2019-05-14T13:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f58549ab38eb6f5d1146510cbf15965aeb75c6fb'/>
<id>f58549ab38eb6f5d1146510cbf15965aeb75c6fb</id>
<content type='text'>
* ignore distutils' warning (`Unknown distribution option: 'python_requires'`)
* fix test on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ignore distutils' warning (`Unknown distribution option: 'python_requires'`)
* fix test on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-27T01:34:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5cd86987530892bfb01f68ad5f1a2b997a3d01e7'/>
<id>5cd86987530892bfb01f68ad5f1a2b997a3d01e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/re-vendor-sadface</title>
<updated>2017-05-30T23:39:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-30T23:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fcdf12ee7fdf43c9dded5b68232a0fb3376d4858'/>
<id>fcdf12ee7fdf43c9dded5b68232a0fb3376d4858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an integration test to install pyuri</title>
<updated>2017-04-18T15:15:35+00:00</updated>
<author>
<name>Pi Delport</name>
<email>pjdelport@gmail.com</email>
</author>
<published>2017-04-18T15:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=58fa3b44e5130b0cf79523c876f46a07734db7ba'/>
<id>58fa3b44e5130b0cf79523c876f46a07734db7ba</id>
<content type='text'>
This test is also a regression test for issue #1016.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test is also a regression test for issue #1016.
</pre>
</div>
</content>
</entry>
</feed>
