Commit Graph

45 Commits

Author SHA1 Message Date
dependabot[bot]
b8282fb809
Update pytest requirement from ~=7.0 to ~=7.1 (#5913)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
2022-04-11 16:17:41 +02:00
Jacob Walls
6279ab18f5
Add regression test for #5982 upgrade astroid to 2.11.2 (#5988)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-03-27 14:31:10 +02:00
Sergey B Kirpichev
9baa5b228a Use pytest-timeout for tests 2022-03-18 09:05:15 +01:00
dependabot[bot]
fcc17e97f3 Update typing-extensions requirement from ~=4.0 to ~=4.1
Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/4.0.0...4.1.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-15 09:52:48 +01:00
Daniël van Noord
11807f0ae0 Update `astroid` requirement to 2.11.0 2022-03-12 13:59:07 +01:00
Marc Mueller
1faf365b6a
Add broken NoReturn check (#5304) 2022-03-10 17:13:47 +01:00
Pierre Sassoulas
90dafaef06
Add a testutil extra-require and add gitpython to it (#5842)
Closes #5486
2022-02-27 10:38:30 +01:00
dependabot[bot]
ea8645e19b
Update pytest requirement from ~=6.2 to ~=7.0 (#5778)
* Update pytest requirement from ~=6.2 to ~=7.0

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.0...7.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
2022-02-18 10:07:36 +01:00
dependabot[bot]
32f47f0499
Bump astroid from 2.9.2 to 2.9.3 (#5658)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.9.2...v2.9.3)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2022-01-10 15:01:55 +01:00
Daniël van Noord
fb4259f9de
Update astroid to `2.9.2` (#5634) 2022-01-04 20:27:33 +01:00
Pierre Sassoulas
1215cf34e8 Upgrade astroid to 2.9.1
Closes #1470
Closes #3499
Closes #4302
Closes #4798
Closes #5081
2021-12-31 15:46:18 +01:00
Pierre Sassoulas
5e9d20dc32
Primer tests "à la mypy" (#5173)
* Add changelog and warning about unstable API in testutil

* Add primer tests, (running pylint on external libs during tests)

In order to anticipate crash/fatal messages, false positives are harder
to anticipate. Follow-up will be #5359 and later on #5364 

Add '__tracebackhide__ = True' so the traceback is manageable

Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
2021-11-24 13:10:52 +01:00
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