<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/Makefile, branch 6.1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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: clean up the Makefile a bit</title>
<updated>2021-10-11T10:43:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-11T10:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=cedd319b6bc76843e570e7e53c4cb98ce359136e'/>
<id>cedd319b6bc76843e570e7e53c4cb98ce359136e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make "clean" targets be quiet</title>
<updated>2021-10-08T11:38:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-08T11:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=56f850956513578b2a73ac1e1be5e3c9483432e6'/>
<id>56f850956513578b2a73ac1e1be5e3c9483432e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: fix typos discovered by codespell (#1197)</title>
<updated>2021-08-01T10:52:42+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-08-01T10:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f3059761830a0716504b04d25a4045c2f4ef4402'/>
<id>f3059761830a0716504b04d25a4045c2f4ef4402</id>
<content type='text'>
python3 -m pip install codespell

codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js"

* Fix typos discovered by codespell

* datas

* intgers ==&gt; integers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python3 -m pip install codespell

codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js"

* Fix typos discovered by codespell

* datas

* intgers ==&gt; integers</pre>
</div>
</content>
</entry>
<entry>
<title>build: generalize download_gha_artifacts so other repos can use it</title>
<updated>2021-07-24T15:03:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-24T15:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e87d2180079f42a6003d425f9486ee33d32a872d'/>
<id>e87d2180079f42a6003d425f9486ee33d32a872d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: change how we keep mismatched actual output</title>
<updated>2021-07-15T13:39:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-07-15T13:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c0da97eb03d4ffe8be8854ad6ff1a2736f169003'/>
<id>c0da97eb03d4ffe8be8854ad6ff1a2736f169003</id>
<content type='text'>
Now when a goldtest has a failure, the actual mismatched output will be written
to the tests/actual directory.

Along the way, I removed some obsolete settings which were only used by unittest
and unittest_mixins, which we no longer use:

- COVERAGE_KEEP_TMP
- COVERAGE_ENV_ID
- $TMPDIR/coverage_test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now when a goldtest has a failure, the actual mismatched output will be written
to the tests/actual directory.

Along the way, I removed some obsolete settings which were only used by unittest
and unittest_mixins, which we no longer use:

- COVERAGE_KEEP_TMP
- COVERAGE_ENV_ID
- $TMPDIR/coverage_test
</pre>
</div>
</content>
</entry>
<entry>
<title>build: don't refer to py27 in the Makefile</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:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3f19cd70ee61e126e1577302234bc23145a86dcf'/>
<id>3f19cd70ee61e126e1577302234bc23145a86dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove the .egg test</title>
<updated>2021-04-14T10:12:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-04-14T10:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e6e6bdfa70a918aeb4f436c1739e7baf75d2e75f'/>
<id>e6e6bdfa70a918aeb4f436c1739e7baf75d2e75f</id>
<content type='text'>
People don't use .egg much anymore, distutils is showing deprecation
warnings, and coverage.py only deals with them the same way it deals
with .zip files, so let's just rely on a .zip test to cover that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
People don't use .egg much anymore, distutils is showing deprecation
warnings, and coverage.py only deals with them the same way it deals
with .zip files, so let's just rely on a .zip test to cover that.
</pre>
</div>
</content>
</entry>
</feed>
