<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/.github/workflows/coverage.yml, branch 6.1.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>feat: html output directory gets a .gitignore file. #1244</title>
<updated>2021-10-27T23:03:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-27T22:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ea6906b092d9bb09285094eee94e322d2cb413a5'/>
<id>ea6906b092d9bb09285094eee94e322d2cb413a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: a minimal tox.pip for getting tox started</title>
<updated>2021-10-25T13:07:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-25T12:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2d2d6088b94845ffc4062853aa7230879ee66a44'/>
<id>2d2d6088b94845ffc4062853aa7230879ee66a44</id>
<content type='text'>
No need to install a lot of junk just to have tox make a new venv and install
things into it.  And then ci.pip can be much smaller, installing just what kits
need: kit.pip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to install a lot of junk just to have tox make a new venv and install
things into it.  And then ci.pip can be much smaller, installing just what kits
need: kit.pip
</pre>
</div>
</content>
</entry>
<entry>
<title>build: avoid direct setup.py invocations</title>
<updated>2021-10-25T12:32:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-25T11:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4da807c9a83aacaacefb67a1f9e12d312e6d1247'/>
<id>4da807c9a83aacaacefb67a1f9e12d312e6d1247</id>
<content type='text'>
Also simplified the .pip files a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also simplified the .pip files a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use pip-tools to manage *.pip from *.in</title>
<updated>2021-10-24T22:42:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-24T22:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=8a0273d15d17d0e00ba4bfa05ffe46d372f979e7'/>
<id>8a0273d15d17d0e00ba4bfa05ffe46d372f979e7</id>
<content type='text'>
The requires.io site stopped working for me, and this is a more automated
process anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The requires.io site stopped working for me, and this is a more automated
process anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use 3.8 uniformly for ci tasks</title>
<updated>2021-10-24T22:08:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-24T22:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=76c1888d0b65035f9fbfc1fd31ae75c019fbb699'/>
<id>76c1888d0b65035f9fbfc1fd31ae75c019fbb699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: make metacov work with xdist</title>
<updated>2021-10-08T13:42:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-08T13:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=c163cdc44980bb39ec8b9031a38f58ed98766419'/>
<id>c163cdc44980bb39ec8b9031a38f58ed98766419</id>
<content type='text'>
I was using pytest.__file__ as a directory, but in 5.3.2, pytest changed
to be a package, so that wasn't the site-packages directory anymore, and
our .pth file was written someplace useless.

Now we don't rely on the structure of pytest (why did we ever?), and it
works again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was using pytest.__file__ as a directory, but in 5.3.2, pytest changed
to be a package, so that wasn't the site-packages directory anymore, and
our .pth file was written someplace useless.

Now we don't rely on the structure of pytest (why did we ever?), and it
works again.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: 3.10.0 is out</title>
<updated>2021-10-05T10:45:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-05T10:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=62116801c3ae2f7bfc6302836e46bdfac681c1a5'/>
<id>62116801c3ae2f7bfc6302836e46bdfac681c1a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.10.0rc2</title>
<updated>2021-09-08T10:09:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-09-08T10:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1677bbb3d8ca809d5c5e25248f08e065af85cde7'/>
<id>1677bbb3d8ca809d5c5e25248f08e065af85cde7</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 contexts in metacov report</title>
<updated>2021-08-09T12:30:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-08-09T12:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=15945f2408efaf164a3a78f67ef74a74d557fa82'/>
<id>15945f2408efaf164a3a78f67ef74a74d557fa82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: never warn about old pip versions</title>
<updated>2021-08-09T12:27:40+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-08-09T12:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=0e6f78a883f938e2e97de8fc61708c423fbca638'/>
<id>0e6f78a883f938e2e97de8fc61708c423fbca638</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
