Commit Graph

33 Commits

Author SHA1 Message Date
Marc Mueller
079805b0f9
Upgrade astroid to 2.9.0 (#5355)
* Upgrade astroid to 2.9.0
* Fix slice index col_offset
2021-11-21 19:45:17 +01:00
Daniël van Noord
57768ebbd7 Bump `astroid version to 2.8.5` 2021-11-12 16:39:35 +01:00
Daniël van Noord
157091a014
Add tests for assignment expressions in function defaults (#5188)
* Add tests for assignment expressions in function defaults

Ref #3688

* Upgrade astroid to 2.8.4

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2021-10-25 23:30:29 +02:00
Pierre Sassoulas
c332fda9c5 Upgrade astroid version to 2.8.3 2021-10-17 10:34:19 +02:00
Marc Mueller
c4b54416d9
Update astroid to 2.8.2 (#5126) 2021-10-07 14:10:06 +02:00
Pierre Sassoulas
ca455ce791 Upgrade astroid to 2.8.0 2021-09-14 10:14:19 +02:00
Marc Mueller
005b7d22c7
Remove test dependency mypy-extensions (#4969) 2021-09-05 18:26:56 +02:00
Daniël van Noord
2500086376
Add typing with PyAnnotate to ./tests (#4950)
* Add mypy_extensions to requirement for ``NoReturn``

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2021-09-04 18:52:55 +02:00
Pierre Sassoulas
9515c33eb7 Upgrade astroid to 2.7.3 2021-08-30 19:27:06 +02:00
Pierre Sassoulas
72a202aee2 Upgrade astroid to 2.7.2 2021-08-20 21:46:46 +02:00
David Liu
077a034567 Update test requirements to astroid 2.7.1 2021-08-20 08:47:38 +02:00
Pierre Sassoulas
7cb4d31e3c Upgrade astroid to 2.7.0 2021-08-16 19:01:54 +02:00
Pierre Sassoulas
734965644a Upgrade astroid to 2.6.6 2021-08-04 20:34:16 +02:00
Pierre Sassoulas
fc73e70828 Upgrade astroid to 2.6.5 2021-07-21 09:21:45 +02:00
Pierre Sassoulas
6b9119a5d0 Upgrade astroid to 2.6.4 2021-07-19 23:53:18 +02:00
Pierre Sassoulas
3a6f08e4a1 Upgrade astroid to 2.6.3 2021-07-19 21:36:29 +02:00
Pierre Sassoulas
f95a2322a4 Upgrade astroid to 2.6.2 2021-06-30 12:46:01 +02:00
Pierre Sassoulas
fed98574f9 Upgrade astroid to 2.6.1 2021-06-29 19:40:23 +02:00
Pierre Sassoulas
99589b08de
Upgrade astroid to 2.6.0 (#4602) 2021-06-22 08:19:06 +02:00
Pierre Sassoulas
23c8238430
Upgrade astroid to 2.6.0-dev0 (#4581) 2021-06-16 13:15:52 +02:00
Pierre Sassoulas
9eac6a303f Upgrade to astroid 2.5.8
Closes #4524
2021-06-07 21:19:33 +02:00
Pierre Sassoulas
47a0145623 Require astroid 2.5.7 2021-05-29 23:27:45 +02:00
Pierre Sassoulas
3eb0362dc4 Prepare 2.8.1 release 2021-04-25 12:03:42 +02:00
dependabot[bot]
ccdfe76856 Bump astroid from 2.5.4 to 2.5.5
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>
2021-04-24 20:59:18 +02:00
Marc Mueller
c91f7f9fc4
Update astroid to 2.5.4 (#4392) 2021-04-24 16:30:34 +02:00
dependabot[bot]
e826cec346
Update pytest-benchmark requirement from ~=3.2 to ~=3.4 (#4378)
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>
2021-04-19 11:00:06 +02:00
Marc Mueller
078ebeab91
Update `astroid` to 2.5.3 (#4334)
* Add test case for typing.Generic with ABCMeta
2021-04-10 17:01:15 +02:00
Pierre Sassoulas
3420964a2e Add editable install in requirements_test_min.txt
Closes #4306
2021-04-07 20:28:31 +02:00
Pierre Sassoulas
4ef98993a3 Astroid is pinned to a specific dependencie for tests
As it's already a dependencie but with less constraint.
See https://github.com/PyCQA/pylint/pull/4294
2021-04-05 15:08:27 +02:00
Marc Mueller
95daecab4d Bump astroid version to 2.5.2 2021-03-28 20:30:23 +02:00
Pierre Sassoulas
d7cc8bedd1 Relax test's dependencies so we're not spammed by dependabot 2021-03-06 17:28:53 +01:00
Marc Mueller
9ee775377c Update astroid version 2021-02-28 22:09:59 +01:00
Marc Mueller
7a3f53a437 Update requirements
* 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
2021-02-28 21:52:27 +01:00