<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/setup.cfg, branch 6.3.1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>build: adjust the warning suppressions we need</title>
<updated>2022-01-04T17:41:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-01-04T17:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=163e6c91c20931092f9ba60a627f9e20599e63cf'/>
<id>163e6c91c20931092f9ba60a627f9e20599e63cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: drop Python 3.6 support</title>
<updated>2021-12-31T17:12:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-12-31T14:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=39f8f3ed43cf82cdf30b57d7f9624addcbd9e372'/>
<id>39f8f3ed43cf82cdf30b57d7f9624addcbd9e372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(feat): track test times, and balance xdist workers</title>
<updated>2021-11-28T13:08:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-28T13:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d17be155d85afb2bc804693deacfd2e1c5f8738e'/>
<id>d17be155d85afb2bc804693deacfd2e1c5f8738e</id>
<content type='text'>
In the end, this seems to only speed things up by about 5%
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the end, this seems to only speed things up by about 5%
</pre>
</div>
</content>
</entry>
<entry>
<title>test(build): i've had the wrong -r character this whole time</title>
<updated>2021-11-24T13:28:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T13:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=08655902e365c6f118ca625eae04bacc9d344cef'/>
<id>08655902e365c6f118ca625eae04bacc9d344cef</id>
<content type='text'>
E means show summary of errors.  e means nothing. :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E means show summary of errors.  e means nothing. :(
</pre>
</div>
</content>
</entry>
<entry>
<title>test: don't force flaky re-runs</title>
<updated>2021-11-18T17:12:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-18T11:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=181d71c7ae537299a74291e4671bd8b896bcd55d'/>
<id>181d71c7ae537299a74291e4671bd8b896bcd55d</id>
<content type='text'>
It interferes with xfails, and causes double output, and other
confusions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It interferes with xfails, and causes double output, and other
confusions.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: clean up the Makefile a bit</title>
<updated>2021-10-30T20:48:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-30T20:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=79f832f2f50b441cccf617954cdd51f411c68677'/>
<id>79f832f2f50b441cccf617954cdd51f411c68677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: better checking for CoverageWarnings</title>
<updated>2021-05-31T18:38:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-31T18:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=65d9e0edbca0dc893ca70fbf64969e2ddc5a3680'/>
<id>65d9e0edbca0dc893ca70fbf64969e2ddc5a3680</id>
<content type='text'>
On Python 3.10, we were getting other warnings mixed into the warnings the tests
were looking for.  This change lets us only look at the CoverageWarnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3.10, we were getting other warnings mixed into the warnings the tests
were looking for.  This change lets us only look at the CoverageWarnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use license_files instead of deprecated license_file</title>
<updated>2021-05-02T17:57:46+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2021-05-02T17:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d6f5193ee637f9fee1592d5a7ce1a70d90eca68b'/>
<id>d6f5193ee637f9fee1592d5a7ce1a70d90eca68b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: update to latest pytest</title>
<updated>2021-05-02T11:38:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-02T02:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8dd451ada6105841f1bd40dfca965da2d5779164'/>
<id>8dd451ada6105841f1bd40dfca965da2d5779164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: show more information for not-passed tests</title>
<updated>2021-03-11T11:38:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-03-10T18:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7d20a639fef3fc3d423037570cd9f1c4d23397d3'/>
<id>7d20a639fef3fc3d423037570cd9f1c4d23397d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
