summaryrefslogtreecommitdiff
path: root/requirements_test.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* [pre-commit.ci] pre-commit autoupdate (#4601)pre-commit-ci[bot]2021-06-211-1/+1
| | | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.1](https://github.com/PyCQA/isort/compare/5.8.0...5.9.1) * Update additional mypy pre-commit dependencies * Fix reverted requirements update * Update isort dependency Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Bump types-pkg-resources from 0.1.2 to 0.1.3 (#4600)dependabot[bot]2021-06-211-2/+2
| | | | | | | | | | | | | | | | | Bumps [types-pkg-resources](https://github.com/python/typeshed) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pkg-resources dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Update pytest-xdist requirement from ~=2.2 to ~=2.3 (#4597)dependabot[bot]2021-06-211-1/+1
| | | | | | | | | | | | | | | | Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump types-toml from 0.1.2 to 0.1.3 (#4599)dependabot[bot]2021-06-211-1/+1
| | | | | | | | | | | | | | | | Bumps [types-toml](https://github.com/python/typeshed) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add tbump script for bumbing versionPierre Sassoulas2021-06-171-0/+1
|
* Add additional typing requirementsMarc Mueller2021-06-141-0/+3
|
* Update coveralls requirement from ~=3.0 to ~=3.1dependabot[bot]2021-05-311-1/+1
| | | | | | | | Updates the requirements on [coveralls](https://github.com/TheKevJames/coveralls-python) to permit the latest version. - [Release notes](https://github.com/TheKevJames/coveralls-python/releases) - [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.0.0...3.1.0) Signed-off-by: dependabot[bot] <support@github.com>
* Update pre-commit requirement from ~=2.12 to ~=2.13 (#4495)dependabot[bot]2021-05-241-1/+1
| | | | | | | | | | | | | | | * Update pre-commit requirement from ~=2.12 to ~=2.13 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.12.0...v2.13.0) Signed-off-by: dependabot[bot] <support@github.com> * Update tox.ini Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Update pytest-cov requirement from ~=2.11 to ~=2.12 (#4479)dependabot[bot]2021-05-171-1/+1
| | | | | | | | | | Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.0...v2.12.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix issues with Python 3.6.0 (#4446)Peter Kolbus2021-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | * tox: Enable testing python 3.6.0 The requirements_test.txt includes black, pre-commit, and pyupgrade which are not compatible with Python 3.6.0. Add python_full_version markers so that `tox -e py36` works with 3.6.0. * Fix typing.Counter import for Python 3.6.0 typing.Counter was added in Python 3.6.1. In the strings checker, guard the import with TYPE_CHECKING and use a type annotation comment to fix usage with Python 3.6.0. * Skip typing.NoReturn tests on Python < 3.6.2 typing.NoReturn was introduced in Python 3.6.2. Move the tests for issue #4122 to a separate file and skip when Python is too old. * Update ChangeLog and whatsnew
* Update pre-commit requirement from ~=2.11 to ~=2.12dependabot[bot]2021-04-071-1/+1
| | | | | | | | Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.11.0...v2.12.0) Signed-off-by: dependabot[bot] <support@github.com>
* Update pre-commit requirement from ~=2.10 to ~=2.11dependabot[bot]2021-03-091-1/+1
| | | | | | | | Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.10.0...v2.11.0) Signed-off-by: dependabot[bot] <support@github.com>
* Relax test's dependencies so we're not spammed by dependabotPierre Sassoulas2021-03-061-7/+7
|
* Bump coverage from 5.4.0 to 5.5dependabot[bot]2021-02-281-1/+1
| | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.4.0 to 5.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.4...coverage-5.5) Signed-off-by: dependabot[bot] <support@github.com>
* Update requirementsMarc Mueller2021-02-281-3/+8
| | | | | | | | | * Pin test and doc requirements to current versions * Rename requirements_test_pypy.txt to requirements_test_min.txt * Move some dependencies from min to test * Update coverage and sphinx versions * Update ci * Use pytest-cov
* Add Github Action configMarc Mueller2021-02-201-0/+4
* Add changlog entry * Includes review changes