summaryrefslogtreecommitdiff
path: root/.github/workflows/testsuite.yml
Commit message (Collapse)AuthorAgeFilesLines
* build: prep for 6.3.3Ned Batchelder2022-05-121-1/+1
|
* build: Set permissions for GitHub actions (#1369)Naveen2022-05-031-0/+3
| | | | | | | | | | | | | Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-021-1/+1
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/setup-python from 2 to 3 (#1335)dependabot[bot]2022-03-011-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build: pip cache works againNed Batchelder2022-02-061-2/+3
|
* build: 3.11.0-alpha.5 is availableNed Batchelder2022-02-041-1/+1
|
* build: windows 3.11.0a4 started failing to save the pip cacheNed Batchelder2022-02-011-2/+2
|
* build: show more information about the build of Python, if neededNed Batchelder2022-01-271-0/+2
|
* build: GitHub Actions now has 3.11.0a4Ned Batchelder2022-01-271-1/+1
|
* build: better docs about Python versions in actionsNed Batchelder2022-01-151-0/+2
|
* build: drop Python 3.6 supportNed Batchelder2021-12-311-2/+1
|
* build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37Ned Batchelder2021-12-141-2/+2
|
* test(build): i've had the wrong -r character this whole timeNed Batchelder2021-11-241-2/+2
| | | | E means show summary of errors. e means nothing. :(
* build: use new setup-python cachingNed Batchelder2021-11-241-0/+2
|
* debug: why can't we clean up the C extension on windows?Ned Batchelder2021-11-211-0/+1
|
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-0/+1
| | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270
* build: run tests and quality on my branches without making pull requestsNed Batchelder2021-10-271-0/+1
|
* build: a minimal tox.pip for getting tox startedNed Batchelder2021-10-251-3/+1
| | | | | | 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
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-241-2/+1
| | | | | The requires.io site stopped working for me, and this is a more automated process anyway.
* build: 3.10.0 is outNed Batchelder2021-10-051-1/+1
|
* Python 3.10.0rc2Ned Batchelder2021-09-081-1/+1
|
* build: don't over-run actionsNed Batchelder2021-08-311-0/+2
|
* build: never warn about old pip versionsNed Batchelder2021-08-091-0/+3
|
* build: use 3.10.0-rc.1 (#1204)Ned Batchelder2021-08-041-1/+1
|
* build: 3.10 beta 4 is outNed Batchelder2021-07-111-1/+1
|
* build: 3.10b3 is outNed Batchelder2021-06-181-2/+1
|
* build: 3.10 is in flux, but beta3 should be goodNed Batchelder2021-06-061-1/+2
|
* build: don't run CI on 2.7, pypy2, or 3.5Ned Batchelder2021-05-011-10/+0
|
* build: no more Windows 2.7?Ned Batchelder2021-05-011-0/+3
| | | | | Microsoft removed the vcpython27 code (because 2.7 isn't supported anymore). Discussion here: https://community.chocolatey.org/packages/vcpython27
* build: run tests and quality on all branchesNed Batchelder2021-04-141-2/+0
|
* fix: adapt to 3.10.0a7's f_lasti fieldNed Batchelder2021-04-111-1/+1
|
* test: show more information for not-passed testsNed Batchelder2021-03-111-2/+2
|
* test: Use 3.10 alpha.6Ned Batchelder2021-03-111-1/+1
|
* build: run on Python 3.10 alpha 5Ned Batchelder2021-02-251-0/+5
| | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss.
* build: make yaml syntax more uniformNed Batchelder2021-02-251-2/+3
|
* build: improved combined coverage actionNed Batchelder2021-02-071-1/+4
| | | | | | - codecov wants more history. - make a downloadable HTML report.
* Run actions on any pull request, not just those going to masterNed Batchelder2020-11-301-1/+0
|
* Give every step a human nameNed Batchelder2020-11-291-2/+5
|
* Use bash for everythingNed Batchelder2020-11-291-2/+4
|
* Only install Windows 2.7 support for 2.7Ned Batchelder2020-11-291-2/+2
|
* Small tweaks to GHA syntaxNed Batchelder2020-11-291-6/+9
|
* Keep version pins in .pip filesNed Batchelder2020-11-281-0/+1
|
* Retry tox if it fails, to avoid flaky failuresNed Batchelder2020-11-281-1/+20
|
* GitHub Action for running testsNed Batchelder2020-11-281-0/+50