<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/tox.ini, branch v27.1.1</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Use pytest&gt;=3.0.2</title>
<updated>2016-09-02T00:42:30+00:00</updated>
<author>
<name>Bruno Oliveira</name>
<email>nicoddemus@gmail.com</email>
</author>
<published>2016-09-02T00:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4d035167b3b441e86d58e4d865b8b2c2dd5407a7'/>
<id>4d035167b3b441e86d58e4d865b8b2c2dd5407a7</id>
<content type='text'>
The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2
</pre>
</div>
</content>
</entry>
<entry>
<title>Install py.test&gt;=2.8,&lt;3</title>
<updated>2016-08-29T06:22:03+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-08-29T06:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c7c6522000dc6a32f5933dc837b188b612744b3b'/>
<id>c7c6522000dc6a32f5933dc837b188b612744b3b</id>
<content type='text'>
The 3.x series is currently broken. Until py.test works again, 3.x
should not be used by anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 3.x series is currently broken. Until py.test works again, 3.x
should not be used by anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests on windows (#754)</title>
<updated>2016-08-20T12:10:57+00:00</updated>
<author>
<name>Gabi Davar</name>
<email>grizzly.nyo@gmail.com</email>
</author>
<published>2016-08-20T12:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=06df852e7cda567b6f8ab6831486285f0e2989a4'/>
<id>06df852e7cda567b6f8ab6831486285f0e2989a4</id>
<content type='text'>
- have tox pass env variables used by setuptools on windows.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- have tox pass env variables used by setuptools on windows.</pre>
</div>
</content>
</entry>
<entry>
<title>Update tox.ini envlist to match supported Pythons</title>
<updated>2016-08-14T06:11:47+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-08-14T06:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b432bcae27cadc91a7df4ee4851a41ccb0674bf9'/>
<id>b432bcae27cadc91a7df4ee4851a41ccb0674bf9</id>
<content type='text'>
Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and
Pypy3 are.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and
Pypy3 are.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tox tests so they run the full suite of tests using the canonical technique. Include .tox in norecursedirs to avoid testing all the dependencies and environment. Update docs to reflect findings (https://bitbucket.org/spookylukey/setuptools/commits/88339d2e4af661a60a42bc14c4ff3e68cd19fa21#comment-2558164).</title>
<updated>2015-11-25T15:44:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-11-25T15:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=63c3e2e1ba805f64ad251a90c1182bdd06e28a12'/>
<id>63c3e2e1ba805f64ad251a90c1182bdd06e28a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tox settings so they work</title>
<updated>2015-01-12T22:31:44+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2015-01-12T22:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=35b0d82423b88702bbaaa20436b28720c70e3a6d'/>
<id>35b0d82423b88702bbaaa20436b28720c70e3a6d</id>
<content type='text'>
Update the dependency list to include the mock package.

Update the way py.test is called to only scan the setuptools directory,
to avoid scanning all of the packages installed in .tox and other
temporary directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the dependency list to include the mock package.

Update the way py.test is called to only scan the setuptools directory,
to avoid scanning all of the packages installed in .tox and other
temporary directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>tox.ini: Add {posargs} to py.test invocation</title>
<updated>2014-10-11T22:58:45+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-10-11T22:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a23c2686487b050cf1edfd3532012a886ab0044c'/>
<id>a23c2686487b050cf1edfd3532012a886ab0044c</id>
<content type='text'>
This allows you to specify args on the tox command line that get passed through
to py.test -- e.g.:

tox -e py27 -- -k testResolve --tb=short setuptools/tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows you to specify args on the tox command line that get passed through
to py.test -- e.g.:

tox -e py27 -- -k testResolve --tb=short setuptools/tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Move tests.sh to a tox config</title>
<updated>2014-06-02T12:23:58+00:00</updated>
<author>
<name>Matthew Iversen</name>
<email>teh.ivo@gmail.com</email>
</author>
<published>2014-06-02T12:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=912afb62d648e9c872fddc9392b73006e8335d9a'/>
<id>912afb62d648e9c872fddc9392b73006e8335d9a</id>
<content type='text'>
--HG--
extra : source : 0d6a065483104cc9781a3ff72c168f059ec11036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : source : 0d6a065483104cc9781a3ff72c168f059ec11036
</pre>
</div>
</content>
</entry>
</feed>
