Skip to content

Commit

Permalink
🔧 fix tests (pin astroid <3) (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Nov 26, 2023
1 parent 13933a5 commit 68f917f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = ["sphinx", "autodoc", "extension", "documentation"]
urls = {Home = "https://github.com/chrisjsewell/sphinx-autodoc2"}
requires-python = ">=3.8"
dependencies = [
"astroid>=2.7",
"astroid>=2.7,<3",
"tomli; python_version<'3.11'",
"typing-extensions"
]
Expand All @@ -33,7 +33,7 @@ testing = [
"pytest",
"pytest-regressions",
"pytest-cov",
"sphinx>=4.0.0",
"sphinx>=4.0.0,<7",
]
docs = [
"sphinx>=4.0.0",
Expand Down

0 comments on commit 68f917f

Please sign in to comment.