summaryrefslogtreecommitdiff
path: root/requirements_test_min.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump astroid to 3.0.0a2 (#8627)Marc Mueller2023-04-251-1/+1
|
* Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-251-1/+1
|
* Upgrade astroid to 2.15.4 (#8615)dependabot[bot]2023-04-241-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Upgrade astroid to 2.15.3 (#8584)Pierre Sassoulas2023-04-231-1/+1
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Update pytest requirement from ~=7.2 to ~=7.3 (#8562)dependabot[bot]2023-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | * Update pytest requirement from ~=7.2 to ~=7.3 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.2.0...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... * Disable import-error as attrs is no longer a test dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Upgrade astroid to 2.15.2 (#8530)Pierre Sassoulas2023-04-031-1/+1
|
* Bump astroid from 2.15.0 to 2.15.1 (#8513)dependabot[bot]2023-03-291-1/+1
|
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-071-1/+1
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Update typing-extensions requirement from ~=4.4 to ~=4.5dependabot[bot]2023-02-261-1/+1
| | | | | | | | | | | | | | Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade astroid to 2.14.2Pierre Sassoulas2023-02-131-1/+1
|
* Fix issues with new typing Union syntax (Py310) (#8122)Marc Mueller2023-02-011-1/+1
| | | | * Fix issues with new typing Union syntax (Py310) * Upgrade astroid to 2.14.1
* Upgrade astroid to 2.13.3Pierre Sassoulas2023-01-221-1/+1
|
* Upgrade astroid to 2.13.2 (#8030)Pierre Sassoulas2023-01-131-1/+1
|
* Add new check "pointless-exception-statement" (#7939)James Addison2023-01-071-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Update towncrier requirement from ~=22.8 to ~=22.12 (#7986)dependabot[bot]2022-12-261-1/+1
| | | | | | | | | | | | | | | | | Updates the requirements on [towncrier](https://github.com/twisted/towncrier) to permit the latest version. - [Release notes](https://github.com/twisted/towncrier/releases) - [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/towncrier/compare/22.8.0...22.12.0) --- updated-dependencies: - dependency-name: towncrier dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade the versions of astroid and dill (#7838)Pierre Sassoulas2022-11-241-1/+1
| | | | | | | * [dill] Use dill 0.3.6 for python 3.11 now that dill released it * Upgrade astroid to 2.12.13 * Fix backport job
* Update Primer venv caching [ci] (#7708)Marc Mueller2022-11-071-1/+0
| | | | | | * Use release version for astroid * Use better cache key * Mirror create environment * Update comments
* Improve Github action workflows (#7651)Marc Mueller2022-11-041-1/+1
| | | | | | | | | * Remove restore keys * Log pylint + astroid versions * Reset cache versions * Add check-latest to setup-python * Use pyproject.toml for hash * Update comment-hider version comment * Pin additional actions
* Add 'py' to test requirements (#7692)Marc Mueller2022-10-311-0/+1
|
* Update pytest and pytest-benchmark following the 7.2.0 release (#7675)Marc Mueller2022-10-261-4/+2
|
* Pin pytest to resolve issue with pytest-benchmark (#7674)Marc Mueller2022-10-251-1/+3
|
* Upgrade astroid to 2.12.12 (#7649)Pierre Sassoulas2022-10-191-1/+1
|
* Update typing-extensions requirement from ~=4.3 to ~=4.4 (#7594)dependabot[bot]2022-10-101-1/+1
| | | | | | | | | | | | | | | | | | Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 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>
* Upgrade astroid version following 2.12.11 releasePierre Sassoulas2022-10-101-1/+1
|
* Bump astroid to 2.12.10Pierre Sassoulas2022-09-191-1/+2
|
* Upgrade astroid version following 2.12.9 releasePierre Sassoulas2022-09-071-1/+1
|
* Upgrade astroid version following 2.12.8 releasePierre Sassoulas2022-09-061-2/+2
|
* Upgrade astroid version following 2.12.4 release (#7356)Pierre Sassoulas2022-08-251-1/+1
|
* Upgrade astroid version following 2.12.3 release (#7344)Pierre Sassoulas2022-08-231-1/+1
|
* Add `towncrier` to requirementsDudeNr332022-07-171-0/+1
|
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-2/+2
| | | | | | | | Prevent `unused-import` for `six.with_metaclass` Update `contributors-txt` to 0.9.0 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Update typing-extensions requirement from ~=4.2 to ~=4.3 (#7123)dependabot[bot]2022-07-041-1/+1
| | | | | | | | | | | | | | | | Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [ADD] missing-timeout: Used when a method call an external request (#6780)Moises Lopez - https://www.vauxoo.com/2022-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Calling external request needs to use timeout in order to avoid waiting for a long time You can even reproduce the case using deelay.me e.g. ```python import requests response = requests.get("https://deelay.me/5000/http://localhost:80") # It will spend 5s response = requests.get("https://deelay.me/5000/http://localhost:80", timeout=2) # timeout response = requests.get("https://deelay.me/1000/http://localhost:80", timeout=2) # fine ``` After 2s if the request doesn't have response it raises the following exception requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='deelay.me', port=443): Read timed out. (read timeout=2) But if it responses <=1s it is fine Now you can test the same but using a bigger delay
* Add regression test for #6895 (#6898)Jacob Walls2022-06-131-1/+1
| | | | | * Upgrade astroid to 2.11.6 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Upgrade astroid version to 2.11.5Pierre Sassoulas2022-05-091-1/+1
|
* Upgrade astroid version following 2.11.4 releasePierre Sassoulas2022-05-021-1/+1
|
* Fix the pyenchant dependencie following #6440Pierre Sassoulas2022-04-281-1/+1
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Upgrade astroid to 2.11.3 (#6398)Pierre Sassoulas2022-04-191-1/+1
|
* Update typing-extensions requirement from ~=4.1 to ~=4.2 (#6380)dependabot[bot]2022-04-181-1/+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.1.0...4.2.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update pytest requirement from ~=7.0 to ~=7.1 (#5913)dependabot[bot]2022-04-111-1/+1
| | | | | | | | | | | | | | | | | 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>
* Add regression test for #5982 upgrade astroid to 2.11.2 (#5988)Jacob Walls2022-03-271-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Use pytest-timeout for testsSergey B Kirpichev2022-03-181-0/+1
|
* Update typing-extensions requirement from ~=4.0 to ~=4.1dependabot[bot]2022-03-151-1/+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>
* Update ``astroid`` requirement to 2.11.0Daniël van Noord2022-03-121-1/+1
|
* Add broken NoReturn check (#5304)Marc Mueller2022-03-101-0/+1
|
* Add a testutil extra-require and add gitpython to it (#5842)Pierre Sassoulas2022-02-271-2/+1
| | | Closes #5486
* Update pytest requirement from ~=6.2 to ~=7.0 (#5778)dependabot[bot]2022-02-181-1/+1
| | | | | | | | | | | | | | | | | * 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>
* Bump astroid from 2.9.2 to 2.9.3 (#5658)dependabot[bot]2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* Update astroid to ``2.9.2`` (#5634)Daniël van Noord2022-01-041-1/+1
|
* Upgrade astroid to 2.9.1Pierre Sassoulas2021-12-311-1/+1
| | | | | | | | Closes #1470 Closes #3499 Closes #4302 Closes #4798 Closes #5081