Skip to content

Commit

Permalink
Merge pull request #878 from jdegenstein/mypy_ocp_stubs
Browse files Browse the repository at this point in the history
Move `cadquery-ocp-stubs` from [development] to new [stubs] and exclude from [all] (optional dependencies)
  • Loading branch information
gumyr authored Jan 23, 2025
2 parents 0625c77 + 1740f38 commit 8c92653
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ ocp_vscode = [

# development dependencies
development = [
"cadquery-ocp-stubs >= 7.8, < 7.9",
"wheel",
"pytest",
"pytest-cov",
Expand All @@ -69,6 +68,11 @@ development = [
"black",
]

# typing stubs for the OCP CAD kernel
stubs = [
"cadquery-ocp-stubs >= 7.8, < 7.9",
]

# dependency to run the pytest benchmarks
benchmark = [
"pytest-benchmark",
Expand All @@ -90,6 +94,7 @@ all = [
"build123d[development]",
"build123d[benchmark]",
"build123d[docs]",
# "build123d[stubs]", # excluded for now as mypy fails
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 8c92653

Please sign in to comment.