Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test dependency mypy-extensions (#4969) | Marc Mueller | 2021-09-05 | 1 | -1/+0 |
| | |||||
* | Add typing with `PyAnnotate` to `./tests` (#4950) | Daniƫl van Noord | 2021-09-04 | 1 | -0/+1 |
| | | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Upgrade astroid to 2.7.3 | Pierre Sassoulas | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.7.2 | Pierre Sassoulas | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | Update test requirements to astroid 2.7.1 | David Liu | 2021-08-20 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.7.0 | Pierre Sassoulas | 2021-08-16 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.6 | Pierre Sassoulas | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.5 | Pierre Sassoulas | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.4 | Pierre Sassoulas | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.2 | Pierre Sassoulas | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.1 | Pierre Sassoulas | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.0 (#4602) | Pierre Sassoulas | 2021-06-22 | 1 | -1/+1 |
| | |||||
* | Upgrade astroid to 2.6.0-dev0 (#4581) | Pierre Sassoulas | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | Upgrade to astroid 2.5.8 | Pierre Sassoulas | 2021-06-07 | 1 | -1/+1 |
| | | | | Closes #4524 | ||||
* | Require astroid 2.5.7 | Pierre Sassoulas | 2021-05-29 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8.1 releasepylint-2.8.1 | Pierre Sassoulas | 2021-04-25 | 1 | -1/+1 |
| | |||||
* | Bump astroid from 2.5.4 to 2.5.5 | dependabot[bot] | 2021-04-24 | 1 | -1/+1 |
| | | | | | | | | Bumps [astroid](https://github.com/PyCQA/astroid) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/PyCQA/astroid/releases) - [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.5.4...astroid-2.5.5) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Update astroid to 2.5.4 (#4392) | Marc Mueller | 2021-04-24 | 1 | -1/+1 |
| | |||||
* | Update pytest-benchmark requirement from ~=3.2 to ~=3.4 (#4378) | dependabot[bot] | 2021-04-19 | 1 | -1/+1 |
| | | | | | | | | | | Updates the requirements on [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) to permit the latest version. - [Release notes](https://github.com/ionelmc/pytest-benchmark/releases) - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v3.2.0...v3.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Update ``astroid`` to 2.5.3 (#4334) | Marc Mueller | 2021-04-10 | 1 | -1/+1 |
| | | | | * Add test case for typing.Generic with ABCMeta | ||||
* | Add editable install in requirements_test_min.txt | Pierre Sassoulas | 2021-04-07 | 1 | -0/+1 |
| | | | | Closes #4306 | ||||
* | Astroid is pinned to a specific dependencie for tests | Pierre Sassoulas | 2021-04-05 | 1 | -1/+1 |
| | | | | | As it's already a dependencie but with less constraint. See https://github.com/PyCQA/pylint/pull/4294 | ||||
* | Bump astroid version to 2.5.2 | Marc Mueller | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | Relax test's dependencies so we're not spammed by dependabot | Pierre Sassoulas | 2021-03-06 | 1 | -2/+2 |
| | |||||
* | Update astroid version | Marc Mueller | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | Update requirements | Marc Mueller | 2021-02-28 | 1 | -0/+3 |
* 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 |