Drop deprecation filters for pip and yamllint
[mudpy.git] / tox.ini
2022-10-15 Jeremy StanleyDrop deprecation filters for pip and yamllint master
2022-10-01 Jeremy StanleyRemove more Python warning filters
2022-08-02 Jeremy StanleySimplify test warning filter for Pip 22.2
2022-06-26 Jeremy StanleyChange SetupTools pyproject.toml metadata warning
2022-05-26 Jeremy StanleyMove SetupTools metadata into pyproject.toml
2022-05-26 Jeremy StanleyForce testing with newer pip and friends
2022-05-26 Jeremy StanleyUpdate warning filters for Python 3.11.0b1 etc
2022-04-19 Jeremy StanleyVarious tox.ini improvements and cleanup 0.5.0
2022-04-19 Jeremy StanleyForce UTF-8 mode for testing
2022-04-06 Jeremy StanleyIgnore deprecation warnings for Python 3.11.0a7
2022-01-18 Jeremy StanleyDrop warning filter for filelock poll_intervall
2021-12-29 Jeremy StanleyUpdate warning filter for pip's vendored libs
2021-11-19 Jeremy StanleyStop relying on usedevelop in tox
2021-11-19 Jeremy StanleyUpdate warning filter for SetupTools and filelock
2021-10-09 Jeremy StanleyAdd preliminary support for Python 3.11
2021-10-05 Jeremy StanleyAdjust warning exclusions for Python 3.10
2021-07-26 Jeremy StanleyIgnore warnings building PyYAML wheels on 3.10.0b4
2021-07-05 Jeremy StanleyUse build instead of setup.py
2021-06-05 Jeremy StanleyUpdate test warnings for Python 3.10.0b2
2021-05-09 Jeremy StanleyUpdate test warnings for Python 3.9.5 and 3.10.0b1
2021-04-17 Jeremy StanleyMake dist checking directory-agnostic
2021-04-17 Jeremy StanleyGet more granular with Python warnings in tests
2021-04-17 Jeremy StanleyUse consistent spacing in tox variables and lists
2021-04-17 Jeremy StanleyStop setting a default install command for tox
2021-03-06 Jeremy StanleyLint autogenerated YAML
2021-03-06 Jeremy StanleyUse twine's strict mode
2021-03-06 Jeremy StanleyStop trying to use PYTHONWARNINGS=error for now
2021-03-06 Jeremy StanleyAdd descriptions to tox testenvs
2021-03-06 Jeremy StanleyStop using the tox-venv plugin
2020-12-03 Jeremy StanleyUse released codespell
2020-10-07 Jeremy StanleyDon't fail dist or docs builds on deprecations
2020-09-19 Jeremy StanleyCheck for warnings in the to dist env 0.2.1
2020-09-16 Jeremy StanleySwitch tox to use allowlist_externals
2020-09-16 Jeremy StanleyStart checking codebase with the codespell tool
2020-08-23 Jeremy StanleyRevert "No longer run setup.py in docs builds" 0.2.0
2020-08-23 Jeremy StanleyRatchet down Python warnings in tox
2020-08-12 Jeremy StanleyNo longer run setup.py in docs builds
2019-12-30 Jeremy StanleySet bandit to error on risks of any severity
2019-12-30 Jeremy StanleyRatchet bandit checking down to medium severity
2019-07-10 Jeremy StanleyDisable usedevelop for some tox testenvs
2019-04-27 Jeremy StanleyTest for high-severity vulnerabilities with bandit
2019-03-30 Jeremy StanleyTest with the bugbear plugin for flake8
2019-01-27 Jeremy StanleyBe explicit about test requirements in tox.ini
2019-01-05 Jeremy StanleySupport using tox-venv for testing
2018-12-31 Jeremy StanleyRename debug testenv to demo and use sample config
2018-12-31 Jeremy StanleyUse yamllint --strict when called from tox
2018-10-04 Jeremy StanleyGeneralize copyright headers in files
2018-09-29 Jeremy StanleyRemove docutils dep in tox dist testenv
2018-09-25 Jeremy StanleySwitch to `twine check` in tox testenv:dist
2018-07-29 Jeremy StanleyAdd a "debug" testenv
2018-07-16 Jeremy StanleyClean up tox.ini
2018-07-16 Jeremy StanleyApply correct Python version in tox base envs
2018-07-16 Jeremy StanleyTest the default example config
2018-07-16 Jeremy StanleyAdd py3 to the default tox env list
2018-07-16 Jeremy StanleyRun the selftest in base tox testenvs
2018-07-08 Jeremy StanleyInclude "docs" in default tox envs list
2018-07-08 Jeremy StanleyCheck readme suitability for PyPI
2018-05-08 Jeremy StanleyClean dist directory in tox dist environment
2018-05-02 Jeremy StanleyProvide a dist environment for tox
2018-05-02 Jeremy StanleyClean build directory in tox docs environment
2018-04-30 Jeremy StanleyAdd a docs tox env
2017-12-01 Jeremy StanleyTest sample data style with yamllint
2017-04-17 Jeremy StanleyAdd a generic tox env for sdist generation et al
2016-12-16 Jeremy StanleyAdd missing copyright/license notices
2016-12-15 Jeremy StanleySupport running flake8 under tox