summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-251-2/+0
|
* test(build): a better way to pin light-thread packagesNed Batchelder2021-11-241-2/+1
| | | | | Also, clearly indicate when we are skipping tests because the packages aren't available.
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-2/+4
|
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-1/+4
| | | | | | | | | | | 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: use this setup.py command because it shows compiler errors that might ↵Ned Batchelder2021-11-091-0/+1
| | | | | | | happen. The `pip install` command only shows errors with -v, and then there's a ton of other crap to wade through.
* test: check pylint for new files before adding them to gitNed Batchelder2021-10-311-1/+1
|
* docs: fix two warnings in the release-notes processNed Batchelder2021-10-301-1/+1
| | | | ... and change "tox doc" to fail next time this happens.
* build: force 'build' to shut upNed Batchelder2021-10-261-1/+3
|
* fix: changes for PyPy3.8Ned Batchelder2021-10-251-1/+1
| | | | | | | | | | - Update tox.ini to let us run against PyPy3.8 - Some 3.8 behavior is (apparently) only on CPython - PyPy3.8 doesn't get along with virtualenv yet (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our virtualenv tests.
* build: avoid direct setup.py useNed Batchelder2021-10-251-7/+7
|
* build: avoid direct setup.py invocationsNed Batchelder2021-10-251-1/+1
| | | | Also simplified the .pip files a bit.
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-241-2/+0
| | | | | The requires.io site stopped working for me, and this is a more automated process anyway.
* build: defend against a local PYTHONPYCACHEPREFIX settingNed Batchelder2021-08-291-0/+3
| | | | | | | I had PYTYHONPYCACHEPREFIX=/tmp/pyc in my local shell, which put pyc files elsewhere. A few tests care very much about .pyc files, so those tests failed. This setting in tox.ini will ensure that .pyc files are written locally so the tests will pass.
* test: a more accurate name: COVERAGE_ANYPYNed Batchelder2021-06-061-2/+2
|
* build: undo requirements changesNed Batchelder2021-05-311-3/+3
| | | | | | Building newer concurrency libraries causes compile-time errors, and Python 3.9 seems unhappy with all of them. I'll need some help from those projects to update these.
* build: update dependenciesNed Batchelder2021-05-301-3/+3
|
* build: don't run CI on 2.7, pypy2, or 3.5Ned Batchelder2021-05-011-8/+5
|
* build: avoid pylint randomnessNed Batchelder2021-04-141-1/+1
| | | | | | | -j seems to introduce non-determinism: https://github.com/PyCQA/pylint/issues/4356 With -j4, we'd have occasional (1 in 20?) failures on CI.
* test: remove the .egg testNed Batchelder2021-04-141-2/+1
| | | | | | People don't use .egg much anymore, distutils is showing deprecation warnings, and coverage.py only deals with them the same way it deals with .zip files, so let's just rely on a .zip test to cover that.
* build: clean up pip filesNed Batchelder2021-03-011-1/+0
| | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way.
* build: run on Python 3.10 alpha 5Ned Batchelder2021-02-251-0/+2
| | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss.
* So that set_env can show me one more variableNed Batchelder2021-01-101-0/+1
|
* GitHub Action for running testsNed Batchelder2020-11-281-3/+4
|
* Python 3.10Ned Batchelder2020-10-101-4/+1
|
* Correct the indentationNed Batchelder2020-08-091-6/+6
|
* gevent is still an issueNed Batchelder2020-07-051-1/+1
|
* New cmd_help needs to be built for 'tox -e doc'Ned Batchelder2020-07-051-0/+3
|
* Update packagesNed Batchelder2020-07-041-2/+2
|
* Fix some checking configurationsNed Batchelder2020-07-041-1/+1
|
* Appveyor should use the same version of pip as everything elseNed Batchelder2020-04-301-1/+1
|
* Update some dependenciesNed Batchelder2020-01-251-1/+1
|
* tox anypy environmentNed Batchelder2020-01-101-3/+3
|
* An environment for testing the tip of CPythonNed Batchelder2019-12-291-0/+4
|
* Prep for 5.0b2coverage-5.0b2Ned Batchelder2019-12-081-2/+2
|
* Test on Python 3.9Ned Batchelder2019-11-251-1/+4
|
* Better auto-spelling of contributors' namesNed Batchelder2019-11-111-1/+1
|
* Cleanups for TOML codeNed Batchelder2019-11-031-1/+2
|
* TOML support for pyproject.toml and other config filesFrazer McLean2019-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation.
* Upgrade stuffNed Batchelder2019-10-181-3/+3
|
* Cleaner release note conversion and uploadNed Batchelder2019-08-121-2/+2
|
* Utility to check .rst for accurate copies from source files.Ned Batchelder2019-08-111-0/+1
|
* Improve doc toolingNed Batchelder2019-08-111-1/+2
|
* Latest dependenciesNed Batchelder2019-05-131-2/+2
|
* Remove tox definitions that tox now does by defaultNed Batchelder2019-04-161-17/+0
|
* Run 3.7 tests on travisNed Batchelder2019-03-101-0/+1
|
* Drop support for Python 3.4Ned Batchelder2019-03-101-5/+4
|