Apply hotfix for @raise_if_nothing_inferred

This commit is contained in:
Jacob Walls 2023-07-08 07:36:44 -04:00
parent e2793d9b6e
commit 816bea7971
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ dependencies = [
# Also upgrade requirements_test_min.txt.
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/pylint-dev/astroid/issues/1341
"astroid>=3.0.0a6,<=3.1.0-dev0",
"astroid @ git+https://github.com/pylint-dev/astroid.git@a7ab0880dea776e45c4c7e440298c4041d945e6d",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",

View File

@ -1,6 +1,6 @@
-e .[testutils,spelling]
# astroid dependency is also defined in pyproject.toml
astroid==3.0.0a6 # Pinned to a specific version for tests
astroid @ git+https://github.com/pylint-dev/astroid.git@a7ab0880dea776e45c4c7e440298c4041d945e6d
typing-extensions~=4.7
py~=1.11.0
pytest~=7.4