<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_build_meta.py, branch iterator-unpack</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>Feed the hobgoblins (delint).</title>
<updated>2019-01-02T19:23:14+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-02T19:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2db2a8f37d64d8abd281660d48009003cc8805ca'/>
<id>2db2a8f37d64d8abd281660d48009003cc8805ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the tests</title>
<updated>2018-11-14T18:30:18+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2018-11-14T18:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f524f83eac216a046041122793fdd0ba74495cb0'/>
<id>f524f83eac216a046041122793fdd0ba74495cb0</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 #1572 from pganssle/import_futures_test_reqs</title>
<updated>2018-11-04T17:38:42+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>pganssle@users.noreply.github.com</email>
</author>
<published>2018-11-04T17:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b0c746640f87ad2719a7ebfbdc226d3fd43296b6'/>
<id>b0c746640f87ad2719a7ebfbdc226d3fd43296b6</id>
<content type='text'>
Add futures and backport to Python 2.7 test requirements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add futures and backport to Python 2.7 test requirements</pre>
</div>
</content>
</entry>
<entry>
<title>Test that manifest can exclude setup.py</title>
<updated>2018-11-03T17:09:22+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-03T00:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bff67db79c5c1f65cde5fea9919f121dacbc0e7b'/>
<id>bff67db79c5c1f65cde5fea9919f121dacbc0e7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add futures backport to test reqs</title>
<updated>2018-11-03T00:53:01+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-11-03T00:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7a3e4b4169d5f65714f1302aff6c420237ff9295'/>
<id>7a3e4b4169d5f65714f1302aff6c420237ff9295</id>
<content type='text'>
`setuptools.tests.test_build_meta` relies on the Python 3 feature
`concurrent.futures` to run, and as a result has been silently skipped
in Python 2.7. This adds the `futures` backport to the 2.7 test
requirements and turns the `pytest.importorskip` invocations in test_build_meta
into standard import statements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`setuptools.tests.test_build_meta` relies on the Python 3 feature
`concurrent.futures` to run, and as a result has been silently skipped
in Python 2.7. This adds the `futures` backport to the 2.7 test
requirements and turns the `pytest.importorskip` invocations in test_build_meta
into standard import statements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for setup.py inclusion</title>
<updated>2018-11-03T00:30:11+00:00</updated>
<author>
<name>Shashank Singh</name>
<email>shashanksingh28@gmail.com</email>
</author>
<published>2018-10-28T16:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d3e08a321065f9c84ac923417f9d80ae510adaaf'/>
<id>d3e08a321065f9c84ac923417f9d80ae510adaaf</id>
<content type='text'>
This tests that `setup.py` is included by default in the distribution
with the egg_info command and when an sdist is built with
build_meta.build_sdist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tests that `setup.py` is included by default in the distribution
with the egg_info command and when an sdist is built with
build_meta.build_sdist
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark Py 2/3-only tests as skip instead of xfail</title>
<updated>2018-10-27T10:25:51+00:00</updated>
<author>
<name>Nikolaus Waxweiler</name>
<email>madigens@gmail.com</email>
</author>
<published>2018-10-27T10:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d3215c10b6f9ccd8940f9345642ee0718f158585'/>
<id>d3215c10b6f9ccd8940f9345642ee0718f158585</id>
<content type='text'>
Also reuse pre-defined py2_only and py3_only decorators where
appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also reuse pre-defined py2_only and py3_only decorators where
appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests exposing the issues with sdist_directory not being --dist-dir</title>
<updated>2018-09-16T21:10:48+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-09-14T17:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cd0278debfbd8d99d28f132d6c1fa67843d84170'/>
<id>cd0278debfbd8d99d28f132d6c1fa67843d84170</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build_meta.get_requires_for_build_sdist does not include wheel</title>
<updated>2018-09-13T09:07:55+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-09-13T09:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2fabfd3a66e6984bd6fccf07b46356f956af0297'/>
<id>2fabfd3a66e6984bd6fccf07b46356f956af0297</id>
<content type='text'>
the wheel package is not required to build a source distribution

Resolves #1474.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the wheel package is not required to build a source distribution

Resolves #1474.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reindent to avoid hanging indent.</title>
<updated>2018-08-21T13:00:41+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-08-21T13:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6498a7e3544e25183854b1b44d77c2e650d83dbb'/>
<id>6498a7e3544e25183854b1b44d77c2e650d83dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
