<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/tests, branch feature/tox-venv</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>tests: fix pytest requirement so Python 3.3 is supported</title>
<updated>2017-11-27T22:35:25+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-11-27T22:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=54f245d390998b4815255702d54ab1e682004698'/>
<id>54f245d390998b4815255702d54ab1e682004698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>easy_install: add support for installing from wheels</title>
<updated>2017-11-26T12:19:48+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-11-02T20:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=118edbb2b715c96620b51018c1d28e81f2318053'/>
<id>118edbb2b715c96620b51018c1d28e81f2318053</id>
<content type='text'>
Note: wheels are installed as eggs, so each install is self-contained
and multiple versions of the same package can be installed at the same
time.

Limitations:
- headers are not supported
- resulting egg metadata requirements have their markers stripped
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: wheels are installed as eggs, so each install is self-contained
and multiple versions of the same package can be installed at the same
time.

Limitations:
- headers are not supported
- resulting egg metadata requirements have their markers stripped
</pre>
</div>
</content>
</entry>
<entry>
<title>pytest-virtualenv does not require virtualenv</title>
<updated>2017-07-31T19:10:54+00:00</updated>
<author>
<name>Leonardo Rochael Almeida</name>
<email>leorochael@gmail.com</email>
</author>
<published>2017-07-31T19:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=80848f95f295464639bfd349e62d40d2e279fa76'/>
<id>80848f95f295464639bfd349e62d40d2e279fa76</id>
<content type='text'>
But our tests do, one that provides `--no-wheel`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
But our tests do, one that provides `--no-wheel`.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: disable pytest-flake8 on Python 2.6</title>
<updated>2017-07-29T20:08:18+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-29T20:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7c169ce99f999b775541d39bf0b1b1c1d34d4ea0'/>
<id>7c169ce99f999b775541d39bf0b1b1c1d34d4ea0</id>
<content type='text'>
Python 2.6 support has been official dropped from
flake8 for some time, and broken since 3.4.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.6 support has been official dropped from
flake8 for some time, and broken since 3.4.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on virtualenv. Setuptools' tests don't require it except pytest-virtualenv, which declares it.</title>
<updated>2017-07-23T17:32:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-23T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=dce380e100840575d0477f7e6afb136701599055'/>
<id>dce380e100840575d0477f7e6afb136701599055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: rework clean install test</title>
<updated>2017-07-15T04:36:32+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-14T06:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=95386da92ec1725a09c5cd8e457be5ff3dc15a3e'/>
<id>95386da92ec1725a09c5cd8e457be5ff3dc15a3e</id>
<content type='text'>
Use pytest-virtualenv so the test can be run no Windows too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use pytest-virtualenv so the test can be run no Windows too.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: switch back to mock instead of backports.unittest_mock</title>
<updated>2017-07-15T01:17:27+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-07-14T06:49:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bf20d881df662da30d94687efb2ff3d3ba32f55a'/>
<id>bf20d881df662da30d94687efb2ff3d3ba32f55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move clean install test to tests dir.</title>
<updated>2017-07-13T19:22:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-07-13T19:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cf3e1b296a8d7cea519ef07b041c30ec891f9f18'/>
<id>cf3e1b296a8d7cea519ef07b041c30ec891f9f18</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>Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported in #1038.</title>
<updated>2017-05-21T16:10:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-21T16:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4dc2c76b62a5071dfacf434555dfa8ec2be0b433'/>
<id>4dc2c76b62a5071dfacf434555dfa8ec2be0b433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
