summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Allow the PSFL in non-GPL licenses.Julian Berman2023-03-201-1/+1
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-9/+2
* Avoid whatever nonsense pkg_resources error.Julian Berman2023-03-061-2/+2
* Replace the other usages of pyrsistent with rpds.Julian Berman2023-03-061-1/+0
* Drop support for 3.7.Julian Berman2023-02-211-1/+1
* Style, and don't interfere with a test.Julian Berman2023-02-211-4/+3
* Add a microbenchmark for validator creation.Julian Berman2023-02-211-6/+10
* Preemptively tweak an isort setting.Julian Berman2022-12-141-1/+1
* tox.ini quoting seems to have changed too.Julian Berman2022-12-111-2/+3
* More tox4 setting updating.Julian Berman2022-12-111-1/+1
* Handle tox 4 (passenv doesn't take spaces now).Julian Berman2022-12-111-1/+1
* Replace codecov with coverage (7)'s native markdown support.Julian Berman2022-12-051-11/+10
* pypa/setuptools#3276 is merged, remove some testing warning config.Julian Berman2022-12-051-2/+1
* Run pip-licenses on the format-nongpl extra.Julian Berman2022-12-051-9/+9
* Replace safety with pip-audit.Julian Berman2022-12-051-4/+4
* Fix a missing install command for the perfsuite env.Julian Berman2022-12-051-1/+1
* Remove types-attrs from the typing env dependencies.Julian Berman2022-12-051-1/+2
* Remove making believe we are ReadTheDocs in CI builds.Julian Berman2022-11-221-4/+0
* Temporarily evade wpilibsuite/sphinxext-opengraph#87Julian Berman2022-11-221-0/+4
* Disable max line length in doc8.Julian Berman2022-08-231-1/+1
* Remove a stray comma.Julian Berman2022-08-201-1/+1
* Re-enable more windows envs in CI.Julian Berman2022-08-061-1/+1
* html -> dirhtml, and format_nongpl -> formatnongpl in toxJulian Berman2022-07-291-3/+3
* Just allow passing extra args directly to perf from tox.Julian Berman2022-07-261-4/+2
* Minor tweaks to differentiate between perf tox envs.Julian Berman2022-07-261-3/+4
* Slightly speed up pip installs by skipping the version check in CI.Julian Berman2022-06-011-10/+4
* Ignore a deprecation warning coming from pkg_resources on 3.11Julian Berman2022-05-311-1/+2
* Modernize the packaging setup via PEP 621 and Hatch.Julian Berman2022-05-281-1/+1
* Run 3.11 in CI.Julian Berman2022-01-121-1/+1
* Setup mypy in `tox -e typing` and get it to passStephen Rosen2022-01-051-0/+10
* Remove relative importsJulian Berman2021-12-151-1/+2
* Set PYTHONWARNINGS only for the test run itself.Julian Berman2021-10-311-2/+1
* in-tree-build is now the default in pipJulian Berman2021-10-241-4/+3
* Ignore distutils warnings coming from pip which needs a release.Julian Berman2021-10-081-1/+1
* Add support for Python 3.10.Julian Berman2021-10-081-1/+1
* Minor restructure of which html sphinx builder we build in the tox.ini.v4.0.0a4Julian Berman2021-08-241-12/+5
* Drop support for Python 3.6.deprecationsJulian Berman2021-08-201-1/+1
* More strict style, now via bugbear.Julian Berman2021-08-181-0/+1
* And a linter to forbid slash-line-continuation.Julian Berman2021-08-181-0/+1
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-181-0/+1
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-0/+1
* Proper syntax.Julian Berman2021-07-091-1/+1
* Hopefully the last warning, which seems to only fire on PyPy.Julian Berman2021-07-091-1/+1
* Twisted 21.2.0 was released.Julian Berman2021-07-091-1/+1
* Another try at filtering the setuptools_scm warning.Julian Berman2021-07-091-1/+1
* And one from setuptools_scm from shallow git clones...Julian Berman2021-07-091-1/+1
* Ignore another warning from importlib_metadata.Julian Berman2021-07-091-1/+1
* Tests, not coverage toxenv.Julian Berman2021-07-091-1/+1
* Don't allow warnings during test runs.Julian Berman2021-07-091-0/+1
* Install with --in-tree-build in the tox.ini.Julian Berman2021-07-091-4/+9