Skip to content

Commit 68f917f

Browse files
authored
🔧 fix tests (pin astroid <3) (#36)
1 parent 13933a5 commit 68f917f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["sphinx", "autodoc", "extension", "documentation"]
1919
urls = {Home = "https://github.com/chrisjsewell/sphinx-autodoc2"}
2020
requires-python = ">=3.8"
2121
dependencies = [
22-
"astroid>=2.7",
22+
"astroid>=2.7,<3",
2323
"tomli; python_version<'3.11'",
2424
"typing-extensions"
2525
]
@@ -33,7 +33,7 @@ testing = [
3333
"pytest",
3434
"pytest-regressions",
3535
"pytest-cov",
36-
"sphinx>=4.0.0",
36+
"sphinx>=4.0.0,<7",
3737
]
3838
docs = [
3939
"sphinx>=4.0.0",

0 commit comments

Comments
 (0)