<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/tox.ini, branch develop-nspkg</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Move test requirements into another file so they might be referenced manually.</title>
<updated>2016-10-31T13:15:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-31T13:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4027f8fd1f0382586f26fb864f660b5e13f092f8'/>
<id>4027f8fd1f0382586f26fb864f660b5e13f092f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing posargs</title>
<updated>2016-10-15T03:03:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-15T03:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1'/>
<id>6ef8ff56dfdba9a51ce55b9a6cd8ff922d786ac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use backports.unittest_mock 1.2 for Python 3.2 and 2.6 compatibility.</title>
<updated>2016-10-15T02:14:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-15T02:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9'/>
<id>f42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just use backports.unittest_mock so that tox can be invoked naturally (without having to specify an env).</title>
<updated>2016-10-15T00:35:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-15T00:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=96171b18a802fbc566b328000d5b22c8f5ce40e4'/>
<id>96171b18a802fbc566b328000d5b22c8f5ce40e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tests with tox</title>
<updated>2016-10-14T22:56:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-14T22:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8810250b5ad5df929b0d4db37d676e6f494cbda5'/>
<id>8810250b5ad5df929b0d4db37d676e6f494cbda5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
