summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* mypy: test_debug.py test_execfile.py test_filereporter.py test_files.pyNed Batchelder2023-01-041-2/+3
|
* mypy: test_coverage.py, test_data.pyNed Batchelder2023-01-041-1/+1
|
* mypy: test helpers: conftest.py mixins.py osinfo.pyNed Batchelder2023-01-041-1/+1
|
* mypy: summary.py, test_summary.py, tests/coveragetest.pyNed Batchelder2023-01-041-4/+5
|
* mypy: misc.py, test_misc.pyNed Batchelder2023-01-031-2/+2
|
* mypy: test_config.py, test_context.pyNed Batchelder2023-01-031-9/+9
|
* mypy: test_concurrency.py, test_python.pyNed Batchelder2023-01-031-2/+3
|
* mypy: test_annotate.py test_arcs.py test_collector.pyNed Batchelder2023-01-021-1/+1
|
* mypy: test_xml.pyNed Batchelder2023-01-011-1/+1
|
* mypy: xmlreport.pyNed Batchelder2023-01-011-1/+1
|
* mypy: check collector.py and plugin_support.pyNed Batchelder2023-01-011-2/+2
|
* mypy: add cmdline.py and test_cmdline.pyNed Batchelder2022-12-311-7/+4
|
* mypy: add env.pyNed Batchelder2022-12-311-1/+1
|
* mypy: add lcovreport.pyNed Batchelder2022-12-311-1/+1
|
* mypy: add annotate.py and jsonreport.pyNed Batchelder2022-12-311-2/+2
|
* mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵Ned Batchelder2022-12-311-3/+4
| | | | report.py, and version.py
* mypy: control.py is checkedNed Batchelder2022-12-311-2/+3
|
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-311-1/+1
|
* mypy: check tests/helpers.pyNed Batchelder2022-12-311-1/+1
|
* mypy: add data.py and test_api.pyNed Batchelder2022-12-311-4/+5
|
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-301-2/+0
|
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-301-1/+1
|
* mypy: check multiproc.pyNed Batchelder2022-12-291-1/+1
|
* mypy: check python.pyNed Batchelder2022-12-291-3/+3
|
* mypy: check sqldata.pyNed Batchelder2022-12-291-3/+3
|
* mypy: check results.pyNed Batchelder2022-12-291-1/+1
|
* mypy: check tomlconfig.pyNed Batchelder2022-12-291-2/+3
|
* mypy: mypy checks plugin.pyNed Batchelder2022-12-291-1/+1
|
* mypy: add parser.py to mypyNed Batchelder2022-12-291-1/+1
|
* mypy: a separate tox env for mypyNed Batchelder2022-12-291-3/+20
|
* test: run mypy on config.pyNed Batchelder2022-12-271-1/+1
|
* test: add phystokens.py to the mypy trainNed Batchelder2022-12-271-4/+4
|
* test: add type annotations for files.pyNed Batchelder2022-12-271-1/+1
|
* test: add mypy just for one file at firstNed Batchelder2022-12-271-0/+2
|
* test: tox-gh-actions says to do it like thisNed Batchelder2022-12-181-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 Batchelder2022-12-071-1/+1
|
* test: setting COLUMNS=80 broadly makes pytest too narrowNed Batchelder2022-12-031-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 coggingNed Batchelder2022-12-031-1/+5
|
* build: install light threads on newer pythonsNed Batchelder2022-10-271-1/+2
|
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-1/+2
|
* build: don't install multiple .pip filesNed Batchelder2022-08-151-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 conflictsNed Batchelder2022-08-151-2/+2
|
* test(benchmark): results are presented in markdown table, with ratiosNed Batchelder2022-06-041-1/+1
|
* build: tox understands "pypy38" on its ownNed Batchelder2022-02-201-16/+0
|
* build: finely sliced tox envs for testing pypy versions ad-hocNed Batchelder2022-02-061-1/+17
|
* build: include lab/* in the sdistNed Batchelder2022-01-201-1/+1
|
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-151-0/+2
|
* build(test): PyContracts doesn't work on 3.11Ned Batchelder2022-01-021-2/+0
| | | | and I don't think it ever will.
* build: drop Python 3.6 supportNed Batchelder2021-12-311-3/+4
|
* build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37Ned Batchelder2021-12-141-1/+1
|