Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py | Ned Batchelder | 2023-01-04 | 1 | -2/+3 |
| | |||||
* | mypy: test_coverage.py, test_data.py | Ned Batchelder | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | mypy: test helpers: conftest.py mixins.py osinfo.py | Ned Batchelder | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | mypy: summary.py, test_summary.py, tests/coveragetest.py | Ned Batchelder | 2023-01-04 | 1 | -4/+5 |
| | |||||
* | mypy: misc.py, test_misc.py | Ned Batchelder | 2023-01-03 | 1 | -2/+2 |
| | |||||
* | mypy: test_config.py, test_context.py | Ned Batchelder | 2023-01-03 | 1 | -9/+9 |
| | |||||
* | mypy: test_concurrency.py, test_python.py | Ned Batchelder | 2023-01-03 | 1 | -2/+3 |
| | |||||
* | mypy: test_annotate.py test_arcs.py test_collector.py | Ned Batchelder | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | mypy: test_xml.py | Ned Batchelder | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | mypy: xmlreport.py | Ned Batchelder | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | mypy: check collector.py and plugin_support.py | Ned Batchelder | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | mypy: add cmdline.py and test_cmdline.py | Ned Batchelder | 2022-12-31 | 1 | -7/+4 |
| | |||||
* | mypy: add env.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | mypy: add lcovreport.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | mypy: add annotate.py and jsonreport.py | Ned Batchelder | 2022-12-31 | 1 | -2/+2 |
| | |||||
* | mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵ | Ned Batchelder | 2022-12-31 | 1 | -3/+4 |
| | | | | report.py, and version.py | ||||
* | mypy: control.py is checked | Ned Batchelder | 2022-12-31 | 1 | -2/+3 |
| | |||||
* | mypy: check tests/goldtest.py, tests/test_html.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | mypy: check tests/helpers.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | mypy: add data.py and test_api.py | Ned Batchelder | 2022-12-31 | 1 | -4/+5 |
| | |||||
* | refactor: removed mentions of Jython and IronPython | Ned Batchelder | 2022-12-30 | 1 | -2/+0 |
| | |||||
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | mypy: check multiproc.py | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | mypy: check python.py | Ned Batchelder | 2022-12-29 | 1 | -3/+3 |
| | |||||
* | mypy: check sqldata.py | Ned Batchelder | 2022-12-29 | 1 | -3/+3 |
| | |||||
* | mypy: check results.py | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | mypy: check tomlconfig.py | Ned Batchelder | 2022-12-29 | 1 | -2/+3 |
| | |||||
* | mypy: mypy checks plugin.py | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | mypy: add parser.py to mypy | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | mypy: a separate tox env for mypy | Ned Batchelder | 2022-12-29 | 1 | -3/+20 |
| | |||||
* | test: run mypy on config.py | Ned Batchelder | 2022-12-27 | 1 | -1/+1 |
| | |||||
* | test: add phystokens.py to the mypy train | Ned Batchelder | 2022-12-27 | 1 | -4/+4 |
| | |||||
* | test: add type annotations for files.py | Ned Batchelder | 2022-12-27 | 1 | -1/+1 |
| | |||||
* | test: add mypy just for one file at first | Ned Batchelder | 2022-12-27 | 1 | -0/+2 |
| | |||||
* | 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 ``` | ||||
* | test: this was wrong? | Ned Batchelder | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | test: setting COLUMNS=80 broadly makes pytest too narrow | Ned Batchelder | 2022-12-03 | 1 | -3/+0 |
| | | | | | Better to set it precisely where it is needed. This also ensures that running cog from the Makefile will get the right results. | ||||
* | test: ensure columns=80 for cogging | Ned Batchelder | 2022-12-03 | 1 | -1/+5 |
| | |||||
* | build: install light threads on newer pythons | Ned Batchelder | 2022-10-27 | 1 | -1/+2 |
| | |||||
* | build: 3.11.0 and 3.12.0a1 are available | Ned Batchelder | 2022-10-27 | 1 | -1/+2 |
| | |||||
* | build: don't install multiple .pip files | Ned Batchelder | 2022-08-15 | 1 | -2/+1 |
| | | | | | | | If .pip files are pip-compile'd separately, they can have different pinned versions. Then when installed together, pip can't resolve the difference. Instead, pip-compile multiple .in files to produce one .pip file that is installed. | ||||
* | build: reduce doc reqs to avoid conflicts | Ned Batchelder | 2022-08-15 | 1 | -2/+2 |
| | |||||
* | test(benchmark): results are presented in markdown table, with ratios | Ned Batchelder | 2022-06-04 | 1 | -1/+1 |
| | |||||
* | build: tox understands "pypy38" on its own | Ned Batchelder | 2022-02-20 | 1 | -16/+0 |
| | |||||
* | build: finely sliced tox envs for testing pypy versions ad-hoc | Ned Batchelder | 2022-02-06 | 1 | -1/+17 |
| | |||||
* | build: include lab/* in the sdist | Ned Batchelder | 2022-01-20 | 1 | -1/+1 |
| | |||||
* | build: provide hints about how to fix cog-check quality failures. | Ned Batchelder | 2022-01-15 | 1 | -0/+2 |
| | |||||
* | build(test): PyContracts doesn't work on 3.11 | Ned Batchelder | 2022-01-02 | 1 | -2/+0 |
| | | | | and I don't think it ever will. | ||||
* | build: drop Python 3.6 support | Ned Batchelder | 2021-12-31 | 1 | -3/+4 |
| | |||||
* | build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37 | Ned Batchelder | 2021-12-14 | 1 | -1/+1 |
| |