Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test: include all the pypy versions when measuring coverage | Ned Batchelder | 2022-12-30 | 1 | -0/+10 | |
| | ||||||
* | test: seven tests that fail because of pypy 3882 | Ned Batchelder | 2022-12-30 | 2 | -3/+20 | |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3882 | |||||
* | style: correct some lint errors | Ned Batchelder | 2022-12-30 | 4 | -5/+4 | |
| | ||||||
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 11 | -156/+189 | |
| | ||||||
* | refactor: @contract is completely gone | Ned Batchelder | 2022-12-29 | 3 | -12/+2 | |
| | ||||||
* | mypy: check multiproc.py | Ned Batchelder | 2022-12-29 | 2 | -11/+12 | |
| | ||||||
* | mypy: check python.py | Ned Batchelder | 2022-12-29 | 6 | -44/+63 | |
| | ||||||
* | build: keep docs from failing | Ned Batchelder | 2022-12-29 | 1 | -1/+1 | |
| | ||||||
* | build: only publish coverage reports on master branch | Ned Batchelder | 2022-12-29 | 1 | -16/+20 | |
| | ||||||
* | refactor: remove some unused code | Ned Batchelder | 2022-12-29 | 1 | -16/+2 | |
| | ||||||
* | mypy: code just for type checking won't be covered | Ned Batchelder | 2022-12-29 | 1 | -0/+4 | |
| | ||||||
* | mypy: check sqldata.py | Ned Batchelder | 2022-12-29 | 5 | -92/+153 | |
| | ||||||
* | mypy: check results.py | Ned Batchelder | 2022-12-29 | 3 | -44/+64 | |
| | ||||||
* | mypy: use specialized type name for ints that are line numbers | Ned Batchelder | 2022-12-29 | 4 | -50/+59 | |
| | ||||||
* | mypy: check tomlconfig.py | Ned Batchelder | 2022-12-29 | 3 | -23/+40 | |
| | ||||||
* | mypy: mypy checks plugin.py | Ned Batchelder | 2022-12-29 | 6 | -48/+114 | |
| | ||||||
* | mypy: add parser.py to mypy | Ned Batchelder | 2022-12-29 | 2 | -215/+278 | |
| | ||||||
* | mypy: a separate tox env for mypy | Ned Batchelder | 2022-12-29 | 12 | -141/+180 | |
| | ||||||
* | fix: [tools.coverage] is valid for settings in a toml file. #1516 | Ned Batchelder | 2022-12-27 | 3 | -1/+23 | |
| | ||||||
* | refactor: no longer need a strange typing import | Ned Batchelder | 2022-12-27 | 1 | -5/+0 | |
| | ||||||
* | test: run mypy on config.py | Ned Batchelder | 2022-12-27 | 4 | -64/+100 | |
| | ||||||
* | test: add phystokens.py to the mypy train | Ned Batchelder | 2022-12-27 | 2 | -40/+46 | |
| | ||||||
* | test: add type annotations for files.py | Ned Batchelder | 2022-12-27 | 3 | -53/+66 | |
| | ||||||
* | test: add mypy just for one file at first | Ned Batchelder | 2022-12-27 | 3 | -14/+39 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-12-27 | 2 | -2/+82 | |
| | ||||||
* | test: add mypy as a dev dependency | Ned Batchelder | 2022-12-27 | 1 | -1/+2 | |
| | ||||||
* | refactor: don't need _to_blob anymore, leftover from 2 vs 3 | Ned Batchelder | 2022-12-27 | 1 | -8/+4 | |
| | ||||||
* | refactor: remove more of contracts | Ned Batchelder | 2022-12-27 | 3 | -14/+2 | |
| | ||||||
* | refactor: remove more of the PyContracts stuff | Ned Batchelder | 2022-12-27 | 4 | -62/+7 | |
| | ||||||
* | fix: adjust some PyPy behaviors. #1515 | Ned Batchelder | 2022-12-27 | 6 | -20/+17 | |
| | ||||||
* | make upgrade, but not ready for tox 4 yet | Ned Batchelder | 2022-12-25 | 6 | -115/+19 | |
| | ||||||
* | test: remove pycontracts | Ned Batchelder | 2022-12-25 | 4 | -59/+9 | |
| | ||||||
* | test: 'assert any(' has to be partial | Ned Batchelder | 2022-12-24 | 1 | -0/+2 | |
| | ||||||
* | test: remove obsolete skips | Ned Batchelder | 2022-12-24 | 2 | -28/+0 | |
| | ||||||
* | docs: bump version | Ned Batchelder | 2022-12-23 | 2 | -2/+8 | |
| | ||||||
* | docs: releases take a little bit longer now7.0.1 | Ned Batchelder | 2022-12-23 | 1 | -2/+5 | |
| | ||||||
* | docs: latest sample HTML report | Ned Batchelder | 2022-12-23 | 11 | -41/+41 | |
| | ||||||
* | docs: prep for 7.0.1 | Ned Batchelder | 2022-12-23 | 3 | -7/+9 | |
| | ||||||
* | fix: also look into .whl files for source | Ned Batchelder | 2022-12-23 | 3 | -2/+9 | |
| | ||||||
* | fix: more information when mapping rules aren't working right. | Ned Batchelder | 2022-12-23 | 1 | -0/+4 | |
| | ||||||
* | fix: certain strange characters caused reporting to fail. #1512 | Ned Batchelder | 2022-12-23 | 3 | -1/+38 | |
| | | | | | | It turns out that str.splitlines() will break text on some characters that file.readline() does not! Use readline() to read source files the same way that Python does. | |||||
* | fix: don't forbid plus signs in file names. #1513 | Ned Batchelder | 2022-12-23 | 3 | -3/+13 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-12-21 | 9 | -98/+90 | |
| | ||||||
* | test: don't run tests on Windows PyPy-3.9 | Ned Batchelder | 2022-12-21 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ╰─> [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: ``` <Yhg1s> nedbat: it was killed with SIGKILL. (exit code 3221226505 is -1073740791, which is 'killed with signal 9') <Yhg1s> (according to os.WIFSIGNALED() and os.WTERMSIG()) ``` | |||||
* | build: PyPy wheel now installs on 3.7, 3.8, and 3.9. #1510 | Ned Batchelder | 2022-12-20 | 4 | -7/+9 | |
| | ||||||
* | test: tox-gh-actions says to do it like this | Ned Batchelder | 2022-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ``` Warning: WARNING: PendingDeprecationWarning Support of old-style PyPy config keys will be removed in tox-gh-actions v3. Please use "pypy-2" and "pypy-3" instead of "pypy2" and "pypy3". Example of tox.ini: [gh-actions] python = pypy-2: pypy2 pypy-3: pypy3 # The followings won't work with tox-gh-actions v3 # pypy2: pypy2 # pypy3: pypy3 ``` | |||||
* | docs: bump version | Ned Batchelder | 2022-12-18 | 2 | -3/+9 | |
| | ||||||
* | docs: latest sample HTML report7.0.0 | Ned Batchelder | 2022-12-18 | 11 | -41/+41 | |
| | ||||||
* | docs: prep for 7.0.0 | Ned Batchelder | 2022-12-18 | 6 | -8/+11 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2022-12-18 | 7 | -51/+51 | |
| |