<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/.github/workflows/testsuite.yml, branch nedbat/debug-1554</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(docs): correct [gh-actions] to [gh]</title>
<updated>2023-01-28T20:45:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2023-01-28T20:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=eb3536ddff194b126d52b94d72b81d77296fa869'/>
<id>eb3536ddff194b126d52b94d72b81d77296fa869</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: don't run tests on Windows PyPy-3.9</title>
<updated>2022-12-21T23:48:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-12-21T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=873b05997520bc27a28e63dd5654f5a9429afdb4'/>
<id>873b05997520bc27a28e63dd5654f5a9429afdb4</id>
<content type='text'>
It's always failing with:

```
---------------------------- Captured stdout setup ----------------------------
  Processing c:\users\runneradmin\appdata\local\temp\pytest-of-runneradmin\pytest-0\popen-gw1\venv_world0\third_pkg
    Preparing metadata (setup.py): started
    Preparing metadata (setup.py): finished with status 'done'
  Processing d:\a\coveragepy\coveragepy
    Installing build dependencies: started
    Installing build dependencies: finished with status 'done'
    Getting requirements to build wheel: started
    Getting requirements to build wheel: finished with status 'error'
    error: subprocess-exited-with-error

    × Getting requirements to build wheel did not run successfully.
    │ exit code: 3221226505
    ╰─&gt; [10 lines of output]
        running egg_info
        writing coverage.egg-info\PKG-INFO
        writing dependency_links to coverage.egg-info\dependency_links.txt
        writing entry points to coverage.egg-info\entry_points.txt
        writing requirements to coverage.egg-info\requires.txt
        writing top-level names to coverage.egg-info\top_level.txt
        reading manifest file 'coverage.egg-info\SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        no previously-included directories found matching 'doc\_build'
        no previously-included directories found matching 'doc\_spell'
        [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
  error: subprocess-exited-with-error
```

3221226505 is:

```
&lt;Yhg1s&gt; nedbat: it was killed with SIGKILL. (exit code 3221226505 is -1073740791, which is 'killed with signal 9')
&lt;Yhg1s&gt; (according to os.WIFSIGNALED() and os.WTERMSIG())
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's always failing with:

```
---------------------------- Captured stdout setup ----------------------------
  Processing c:\users\runneradmin\appdata\local\temp\pytest-of-runneradmin\pytest-0\popen-gw1\venv_world0\third_pkg
    Preparing metadata (setup.py): started
    Preparing metadata (setup.py): finished with status 'done'
  Processing d:\a\coveragepy\coveragepy
    Installing build dependencies: started
    Installing build dependencies: finished with status 'done'
    Getting requirements to build wheel: started
    Getting requirements to build wheel: finished with status 'error'
    error: subprocess-exited-with-error

    × Getting requirements to build wheel did not run successfully.
    │ exit code: 3221226505
    ╰─&gt; [10 lines of output]
        running egg_info
        writing coverage.egg-info\PKG-INFO
        writing dependency_links to coverage.egg-info\dependency_links.txt
        writing entry points to coverage.egg-info\entry_points.txt
        writing requirements to coverage.egg-info\requires.txt
        writing top-level names to coverage.egg-info\top_level.txt
        reading manifest file 'coverage.egg-info\SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        no previously-included directories found matching 'doc\_build'
        no previously-included directories found matching 'doc\_spell'
        [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
  error: subprocess-exited-with-error
```

3221226505 is:

```
&lt;Yhg1s&gt; nedbat: it was killed with SIGKILL. (exit code 3221226505 is -1073740791, which is 'killed with signal 9')
&lt;Yhg1s&gt; (according to os.WIFSIGNALED() and os.WTERMSIG())
```
</pre>
</div>
</content>
</entry>
<entry>
<title>test: only rerun the failed tests in CI</title>
<updated>2022-12-03T01:56:23+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2022-12-01T16:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=535060c95b606f0c043e02a4688b4bda6f162996'/>
<id>535060c95b606f0c043e02a4688b4bda6f162996</id>
<content type='text'>
This patch simplifies attempting to execute the tests again on
failures in CI. It also limits the scope of the tests being rerun to
include only those that failed on the first try. Additionally, it
enables the maximum verbosity so that the retry is more useful for
troubleshooting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch simplifies attempting to execute the tests again on
failures in CI. It also limits the scope of the tests being rerun to
include only those that failed on the first try. Additionally, it
enables the maximum verbosity so that the retry is more useful for
troubleshooting.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: colored pytest output in GitHub Actions</title>
<updated>2022-11-29T12:41:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-11-29T11:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e955f106134029e2b8991a3ad1299377b73a0e55'/>
<id>e955f106134029e2b8991a3ad1299377b73a0e55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: 3.11.0 and 3.12.0a1 are available</title>
<updated>2022-10-27T09:51:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-10-25T11:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=263582fb688d0fb94465da21cc80c87a046d95b1'/>
<id>263582fb688d0fb94465da21cc80c87a046d95b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update three actions to latest version (#1473)</title>
<updated>2022-10-17T15:46:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-10-17T15:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a3c8683f8e46590c145e16c1aebf7a7766513890'/>
<id>a3c8683f8e46590c145e16c1aebf7a7766513890</id>
<content type='text'>
Also, remove the symbolic references in the comments, since dependabot
doesn't update them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, remove the symbolic references in the comments, since dependabot
doesn't update them.</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix the branch protection gate check @ GHA</title>
<updated>2022-10-05T00:26:22+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2022-10-04T15:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=fdc40d016acb719be6b96e5cd1ab4a7dd0687548'/>
<id>fdc40d016acb719be6b96e5cd1ab4a7dd0687548</id>
<content type='text'>
This adds a GHA job that reliably determines if all the required
dependencies have succeeded or not.

It is now in use in aiohttp (and other aio-libs projects), CherryPy,
some of the Ansible repositories, all of the jaraco's projects (like
`setuptools`, `importlib_metadata`), some of hynek's projects, some
PyCQA, PyCA, PyPA and pytest projects, a few AWS Labs projects (to my
surprise).

The story behind this is explained in more detail at
https://github.com/marketplace/actions/alls-green#why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a GHA job that reliably determines if all the required
dependencies have succeeded or not.

It is now in use in aiohttp (and other aio-libs projects), CherryPy,
some of the Ansible repositories, all of the jaraco's projects (like
`setuptools`, `importlib_metadata`), some of hynek's projects, some
PyCQA, PyCA, PyPA and pytest projects, a few AWS Labs projects (to my
surprise).

The story behind this is explained in more detail at
https://github.com/marketplace/actions/alls-green#why.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: ci cleanup</title>
<updated>2022-09-20T10:54:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-20T10:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2c4bd7f1f9e8c3c429db2b9cfdc33ba0881f8fde'/>
<id>2c4bd7f1f9e8c3c429db2b9cfdc33ba0881f8fde</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 final step to give required checks a simple name</title>
<updated>2022-09-20T10:30:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-20T10:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e71d76946c47a1a5465c08da4ba140164eed036d'/>
<id>e71d76946c47a1a5465c08da4ba140164eed036d</id>
<content type='text'>
https://github.com/orgs/community/discussions/33579
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/orgs/community/discussions/33579
</pre>
</div>
</content>
</entry>
<entry>
<title>build: bump to 3.11.0-rc.2</title>
<updated>2022-09-13T23:30:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2022-09-13T23:30:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a462893ecb747b8d1a6e877e5cac083d53254df1'/>
<id>a462893ecb747b8d1a6e877e5cac083d53254df1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
