<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/tox.ini, branch v40.4.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>tox: fix configuration so newer tox versions are supported</title>
<updated>2018-08-11T17:44:25+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-08-11T17:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=79d2a47528a35c3c955e117b3912fe0ac7dc36e2'/>
<id>79d2a47528a35c3c955e117b3912fe0ac7dc36e2</id>
<content type='text'>
Starting with tox 3.2.0, the commands for installing/listing
dependencies changed from pip to python -m pip, which is problematic
as this will leave bits of the previous (from the virtualenv creation)
older version of setuptools installed in the site-packages directory
because from pip's point of view, the active setuptools version is the
one in the current directory (which cannot be uninstalled).

Fix #1453.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting with tox 3.2.0, the commands for installing/listing
dependencies changed from pip to python -m pip, which is problematic
as this will leave bits of the previous (from the virtualenv creation)
older version of setuptools installed in the site-packages directory
because from pip's point of view, the active setuptools version is the
one in the current directory (which cannot be uninstalled).

Fix #1453.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 3.3</title>
<updated>2018-05-24T18:32:31+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-04-26T15:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7392f01ffced3acfdef25b0b2d55cefdc6ee468a'/>
<id>7392f01ffced3acfdef25b0b2d55cefdc6ee468a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc build warnings</title>
<updated>2018-05-14T19:10:55+00:00</updated>
<author>
<name>Jeremy Bowman</name>
<email>jbowman@edx.org</email>
</author>
<published>2018-05-14T18:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2f2f21ad470a93dff15db81f450d02a238d87424'/>
<id>2f2f21ad470a93dff15db81f450d02a238d87424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tox environment for docs</title>
<updated>2018-05-14T13:54:20+00:00</updated>
<author>
<name>Jeremy Bowman</name>
<email>jbowman@edx.org</email>
</author>
<published>2018-05-14T13:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d564851059813836454f275e9b735f9068cf32c6'/>
<id>d564851059813836454f275e9b735f9068cf32c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve speed and clarity of code coverage</title>
<updated>2018-03-27T18:48:16+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2018-03-26T16:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=58d299de99612f76f2ff5cfe7fb142d95e5e8738'/>
<id>58d299de99612f76f2ff5cfe7fb142d95e5e8738</id>
<content type='text'>
Rationale:
- tox should work the same as before
- coverage is too slow and disabled by default locally
- disable coverage on pypy and pypy3 (way too slow)
- add coverage info for pkg_resources
- make sure tests are ignored in coverage
- make sure all CI jobs are identifiable
- include coverage for xfail (too complicated otherwise)
- disable report on terminal
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rationale:
- tox should work the same as before
- coverage is too slow and disabled by default locally
- disable coverage on pypy and pypy3 (way too slow)
- add coverage info for pkg_resources
- make sure tests are ignored in coverage
- make sure all CI jobs are identifiable
- include coverage for xfail (too complicated otherwise)
- disable report on terminal
</pre>
</div>
</content>
</entry>
<entry>
<title>Start omitting */_vendor/*</title>
<updated>2018-03-23T17:06:11+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-03-22T18:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9d9aa90c912fa363a5dcb263b709ca776c911661'/>
<id>9d9aa90c912fa363a5dcb263b709ca776c911661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tox passenv</title>
<updated>2018-03-23T17:06:11+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-03-22T15:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=18ea99486520e3f7cf1668436ae800695ae1fb9c'/>
<id>18ea99486520e3f7cf1668436ae800695ae1fb9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit vendored code from coverage</title>
<updated>2018-03-23T17:06:10+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-03-21T15:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=20e424c2dfa0d290580e4e355eca765632dc90a4'/>
<id>20e424c2dfa0d290580e4e355eca765632dc90a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add travis, appveyor and codecov passenvs</title>
<updated>2018-03-23T17:06:10+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-03-21T15:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=aeb6c9435b50715f91f4ad06e387172be9742beb'/>
<id>aeb6c9435b50715f91f4ad06e387172be9742beb</id>
<content type='text'>
Some of these environment variables are necessary codecov to
detect that it is on travis/appveyor and thus doesn't need
an upload token.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of these environment variables are necessary codecov to
detect that it is on travis/appveyor and thus doesn't need
an upload token.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add codecov to tox and travis</title>
<updated>2018-03-23T17:06:10+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2018-03-21T14:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=49b65d25db9b85b0d34bfc713d6ca4ca5c1096c0'/>
<id>49b65d25db9b85b0d34bfc713d6ca4ca5c1096c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
