summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove test dependency mypy-extensions (#4969)Marc Mueller2021-09-051-1/+0
|
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniƫl van Noord2021-09-041-0/+1
| | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Upgrade astroid to 2.7.3Pierre Sassoulas2021-08-301-1/+1
|
* Upgrade astroid to 2.7.2Pierre Sassoulas2021-08-201-1/+1
|
* Update test requirements to astroid 2.7.1David Liu2021-08-201-1/+1
|
* Upgrade astroid to 2.7.0Pierre Sassoulas2021-08-161-1/+1
|
* Upgrade astroid to 2.6.6Pierre Sassoulas2021-08-041-1/+1
|
* Upgrade astroid to 2.6.5Pierre Sassoulas2021-07-211-1/+1
|
* Upgrade astroid to 2.6.4Pierre Sassoulas2021-07-191-1/+1
|
* Upgrade astroid to 2.6.3Pierre Sassoulas2021-07-191-1/+1
|
* Upgrade astroid to 2.6.2Pierre Sassoulas2021-06-301-1/+1
|
* Upgrade astroid to 2.6.1Pierre Sassoulas2021-06-291-1/+1
|
* Upgrade astroid to 2.6.0 (#4602)Pierre Sassoulas2021-06-221-1/+1
|
* Upgrade astroid to 2.6.0-dev0 (#4581)Pierre Sassoulas2021-06-161-1/+1
|
* Upgrade to astroid 2.5.8Pierre Sassoulas2021-06-071-1/+1
| | | | Closes #4524
* Require astroid 2.5.7Pierre Sassoulas2021-05-291-1/+1
|
* Prepare 2.8.1 releasepylint-2.8.1Pierre Sassoulas2021-04-251-1/+1
|
* Bump astroid from 2.5.4 to 2.5.5dependabot[bot]2021-04-241-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 Mueller2021-04-241-1/+1
|
* Update pytest-benchmark requirement from ~=3.2 to ~=3.4 (#4378)dependabot[bot]2021-04-191-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 Mueller2021-04-101-1/+1
| | | | * Add test case for typing.Generic with ABCMeta
* Add editable install in requirements_test_min.txtPierre Sassoulas2021-04-071-0/+1
| | | | Closes #4306
* Astroid is pinned to a specific dependencie for testsPierre Sassoulas2021-04-051-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.2Marc Mueller2021-03-281-1/+1
|
* Relax test's dependencies so we're not spammed by dependabotPierre Sassoulas2021-03-061-2/+2
|
* Update astroid versionMarc Mueller2021-02-281-1/+1
|
* Update requirementsMarc Mueller2021-02-281-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