This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients FFY00, Mariatta, ammar2, vstinner
Date 2020-12-28.22:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609194687.05.0.86275810312.issue42773@roundup.psfhosted.org>
In-reply-to
Content
It looks like on pushes to Github, we currently aren't running tests. (Though this isn't too big of a concern since they get run on pull requests).

Here's an example of a recent run https://github.com/python/cpython/runs/1609911031

```
fatal: ambiguous argument 'origin/..': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
```
History
Date User Action Args
2020-12-28 22:31:27ammar2setrecipients: + ammar2, vstinner, Mariatta, FFY00
2020-12-28 22:31:27ammar2setmessageid: <1609194687.05.0.86275810312.issue42773@roundup.psfhosted.org>
2020-12-28 22:31:27ammar2linkissue42773 messages
2020-12-28 22:31:26ammar2create