<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/tests/test_test.py, branch feature/implicit-bootstrap</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>👹 Feed the hobgoblins (delint).</title>
<updated>2020-01-19T17:46:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-01-19T17:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b'/>
<id>3d4d8b9dde61b87271861b8c7ebeb168ac4fa72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated comment and suppressed exception from test_test.py</title>
<updated>2019-10-22T14:15:40+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-22T00:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4069e0b536802a47c8c15ce839fd98a5f4c84620'/>
<id>4069e0b536802a47c8c15ce839fd98a5f4c84620</id>
<content type='text'>
The test command has not called sys.exit since commit
2c4fd43277fc477d85b50e15c37b176136676270.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test command has not called sys.exit since commit
2c4fd43277fc477d85b50e15c37b176136676270.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1881 from jdufresne/utf-8</title>
<updated>2019-10-22T14:02:01+00:00</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2019-10-22T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e81a2013703111888833446e412d6b67e6203e84'/>
<id>e81a2013703111888833446e412d6b67e6203e84</id>
<content type='text'>
Change coding cookie to use utf-8 (lowercase)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change coding cookie to use utf-8 (lowercase)</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate the test command</title>
<updated>2019-10-22T00:32:25+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-19T15:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cd84510713ada48bf33d4efa749c2952e3fc1a49'/>
<id>cd84510713ada48bf33d4efa749c2952e3fc1a49</id>
<content type='text'>
Provide a warning to users. Suggest using tox as an alternative generic
entry point.

Refs #1684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a warning to users. Suggest using tox as an alternative generic
entry point.

Refs #1684
</pre>
</div>
</content>
</entry>
<entry>
<title>Change coding cookie to use utf-8 (lowercase)</title>
<updated>2019-10-21T23:55:38+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-10-21T23:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d89682fcba90595d5d6aaf071d6efcc815bceba8'/>
<id>d89682fcba90595d5d6aaf071d6efcc815bceba8</id>
<content type='text'>
While perfectly valid, the encoding 'UTF-8' (uppercase) is not
recognized by the Emacs MULE system. As such, it displays the following
warning when opening a file with it used as an encoding cookie:

    Warning (mule): Invalid coding system ‘UTF-8’ is specified
    for the current buffer/file by the :coding tag.
    It is highly recommended to fix it before writing to a file.

Some discussion of this can be found at:

https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding

While the post does offer a workaround for Emacs users, rather than ask
all to implement it, use the more typical utf-8 (lowercase).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While perfectly valid, the encoding 'UTF-8' (uppercase) is not
recognized by the Emacs MULE system. As such, it displays the following
warning when opening a file with it used as an encoding cookie:

    Warning (mule): Invalid coding system ‘UTF-8’ is specified
    for the current buffer/file by the :coding tag.
    It is highly recommended to fix it before writing to a file.

Some discussion of this can be found at:

https://stackoverflow.com/questions/14031724/how-to-make-emacs-accept-utf-8-uppercase-encoding

While the post does offer a workaround for Emacs users, rather than ask
all to implement it, use the more typical utf-8 (lowercase).
</pre>
</div>
</content>
</entry>
<entry>
<title>Feed the hobgoblins (delint).</title>
<updated>2019-01-27T01:34:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-01-27T01:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5cd86987530892bfb01f68ad5f1a2b997a3d01e7'/>
<id>5cd86987530892bfb01f68ad5f1a2b997a3d01e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove pytest marker and code for Python &lt; 2.7</title>
<updated>2018-10-27T11:34:45+00:00</updated>
<author>
<name>Nikolaus Waxweiler</name>
<email>madigens@gmail.com</email>
</author>
<published>2018-10-27T10:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=98056a680fde6bede9ce4c159b72d1ac01bf9067'/>
<id>98056a680fde6bede9ce4c159b72d1ac01bf9067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='https://git.replicant.us/replicant-next/external_python_setuptools/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>tests: check `test` command run tests only once</title>
<updated>2017-11-02T19:58:42+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-06-26T16:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=803707a68f228f452703333cbf75708938c2eb9e'/>
<id>803707a68f228f452703333cbf75708938c2eb9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: improve `test` command test</title>
<updated>2017-11-02T19:44:47+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2017-06-26T15:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b5d00314293e400bc72f3699e428f168ac74d824'/>
<id>b5d00314293e400bc72f3699e428f168ac74d824</id>
<content type='text'>
- cleanup test: we're not installing, so no need to override the user site,
  or skip the test when run with a virtual environment
- use pytest support for capturing output (`context.quiet` does not work
  with Python 2), and check the output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cleanup test: we're not installing, so no need to override the user site,
  or skip the test when run with a virtual environment
- use pytest support for capturing output (`context.quiet` does not work
  with Python 2), and check the output
</pre>
</div>
</content>
</entry>
</feed>
