Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(build): i've had the wrong -r character this whole time | Ned Batchelder | 2021-11-24 | 1 | -2/+2 |
| | | | | E means show summary of errors. e means nothing. :( | ||||
* | build: use new setup-python caching | Ned Batchelder | 2021-11-24 | 4 | -0/+18 |
| | |||||
* | debug: why can't we clean up the C extension on windows? | Ned Batchelder | 2021-11-21 | 1 | -0/+1 |
| | |||||
* | build: use cog to maintain data copied into docs | Ned Batchelder | 2021-11-19 | 1 | -2/+2 |
| | |||||
* | test(build): skip metacov on mac pypy3, it slows us down | Ned Batchelder | 2021-11-13 | 1 | -0/+3 |
| | |||||
* | fix: CPython 3.11 support. #1241 | Ned Batchelder | 2021-11-10 | 3 | -2/+13 |
| | | | | | | | | | | | 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: one pypy wheel to rule them all | Ned Batchelder | 2021-11-09 | 1 | -5/+4 |
| | | | | [skip actions] | ||||
* | build: use cog 3.2.0 so we can just print() the output | Ned Batchelder | 2021-11-07 | 1 | -3/+2 |
| | |||||
* | build: tweak the kit matrix names | Ned Batchelder | 2021-11-07 | 1 | -40/+40 |
| | |||||
* | build: use a cogged matrix of wheels | Ned Batchelder | 2021-11-06 | 1 | -25/+69 |
| | |||||
* | build: list the files created in a separate easily findable step | Ned Batchelder | 2021-11-05 | 1 | -0/+12 |
| | |||||
* | build: cp39 musllinux wheels don't work in some places. #1268 | Ned Batchelder | 2021-11-05 | 1 | -0/+7 |
| | |||||
* | build: check CTracer after building wheels | Ned Batchelder | 2021-11-05 | 1 | -3/+14 |
| | | | | And also use the matrix to build them in parallel | ||||
* | feat: html output directory gets a .gitignore file. #1244 | Ned Batchelder | 2021-10-27 | 1 | -0/+1 |
| | |||||
* | build: run tests and quality on my branches without making pull requests | Ned Batchelder | 2021-10-27 | 2 | -0/+2 |
| | |||||
* | build: make PyPy kits without invoking setup.py directlynedbat/pypy-kit-without-setup-py | Ned Batchelder | 2021-10-25 | 1 | -3/+4 |
| | |||||
* | build: a minimal tox.pip for getting tox started | Ned Batchelder | 2021-10-25 | 4 | -13/+9 |
| | | | | | | 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: avoid direct setup.py invocations | Ned Batchelder | 2021-10-25 | 3 | -8/+12 |
| | | | | Also simplified the .pip files a bit. | ||||
* | build: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 2 | -4/+2 |
| | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | ||||
* | build: use 3.8 uniformly for ci tasks | Ned Batchelder | 2021-10-24 | 2 | -5/+5 |
| | |||||
* | Build wheel for PyPy3.8 | Hugo van Kemenade | 2021-10-24 | 1 | -0/+1 |
| | |||||
* | test: make metacov work with xdist | Ned Batchelder | 2021-10-08 | 1 | -3/+1 |
| | | | | | | | | | 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. | ||||
* | build: 3.10.0 is out | Ned Batchelder | 2021-10-05 | 3 | -2/+3 |
| | |||||
* | Python 3.10.0rc2 | Ned Batchelder | 2021-09-08 | 3 | -3/+3 |
| | |||||
* | build: don't over-run actions | Ned Batchelder | 2021-08-31 | 2 | -0/+4 |
| | |||||
* | fixes typo in kit workflow (#1215) | Luis Nell | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | test: show contexts in metacov report | Ned Batchelder | 2021-08-09 | 1 | -10/+2 |
| | |||||
* | build: never warn about old pip versions | Ned Batchelder | 2021-08-09 | 4 | -0/+12 |
| | |||||
* | build: use 3.10.0-rc.1 (#1204) | Ned Batchelder | 2021-08-04 | 3 | -3/+3 |
| | |||||
* | style: fix typos discovered by codespell (#1197) | Christian Clauss | 2021-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | 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 ==> integers | ||||
* | Build aarch64 wheels using cibuildwheel (#1165) | Janakarajan Natarajan | 2021-07-18 | 1 | -4/+14 |
| | | | Latest cibuildwheel allows for the building of aarch64 using QEMU. | ||||
* | build: 3.10 beta 4 is out | Ned Batchelder | 2021-07-11 | 2 | -2/+2 |
| | |||||
* | build: 3.10b3 is out | Ned Batchelder | 2021-06-18 | 2 | -4/+2 |
| | |||||
* | build: 3.10 is in flux, but beta3 should be good | Ned Batchelder | 2021-06-06 | 2 | -2/+4 |
| | |||||
* | build: metacov should run on all versions of Python | Ned Batchelder | 2021-05-30 | 1 | -0/+3 |
| | |||||
* | test: avoid xdist to ensure coverage is collected | Ned Batchelder | 2021-05-02 | 1 | -1/+3 |
| | |||||
* | build: don't run CI on 2.7, pypy2, or 3.5 | Ned Batchelder | 2021-05-01 | 3 | -25/+0 |
| | |||||
* | build: no more Windows 2.7? | Ned Batchelder | 2021-05-01 | 2 | -0/+6 |
| | | | | | Microsoft removed the vcpython27 code (because 2.7 isn't supported anymore). Discussion here: https://community.chocolatey.org/packages/vcpython27 | ||||
* | build: remove one leftover install_egg | Ned Batchelder | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | build: run tests and quality on all branches | Ned Batchelder | 2021-04-14 | 2 | -4/+0 |
| | |||||
* | build: use 3.10.0a7 in CI | Ned Batchelder | 2021-04-11 | 2 | -2/+2 |
| | |||||
* | fix: adapt to 3.10.0a7's f_lasti field | Ned Batchelder | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | test: show more information for not-passed tests | Ned Batchelder | 2021-03-11 | 1 | -2/+2 |
| | |||||
* | test: Use 3.10 alpha.6 | Ned Batchelder | 2021-03-11 | 3 | -3/+3 |
| | |||||
* | feat: percent_covered_display in the JSON reportnedbat/tweak-metacov | Ned Batchelder | 2021-03-02 | 1 | -1/+1 |
| | |||||
* | test: run the coverage action on branches named metacov | Ned Batchelder | 2021-03-02 | 1 | -0/+1 |
| | |||||
* | build: clean up pip files | Ned Batchelder | 2021-03-01 | 2 | -3/+3 |
| | | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way. | ||||
* | build: build 3.10 wheels | Ned Batchelder | 2021-03-01 | 1 | -4/+59 |
| | |||||
* | build: coverage ci should fail fast | Ned Batchelder | 2021-02-28 | 1 | -1/+2 |
| | | | | | The whole point of the coverage workflow is to combine the results at the end. If one job fails, stop everything. | ||||
* | build: run on Python 3.10 alpha 5 | Ned Batchelder | 2021-02-25 | 2 | -0/+10 |
| | | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss. |