Skip to content

Commit 216e624

Browse files
farhanclaude
andcommitted
build: remove unnecessary source-tracing comments from pyproject.toml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0927051 commit 216e624

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,11 @@ Repository = "https://github.com/openedx/xapi-db-load"
4747
exclude = ["docs*"]
4848

4949
[dependency-groups]
50-
# Each group mirrors its requirements/*.in file exactly.
51-
# "-r other.in" in the .in file → {include-group = "other"} here.
52-
53-
# From requirements/test.in
5450
test = [
5551
"pytest-asyncio",
5652
"pytest-cov",
5753
]
5854

59-
# From requirements/quality.in
6055
quality = [
6156
{include-group = "test"},
6257
"edx-lint",
@@ -67,7 +62,6 @@ quality = [
6762
"twine",
6863
]
6964

70-
# From requirements/doc.in
7165
doc = [
7266
{include-group = "test"},
7367
"build",
@@ -76,13 +70,11 @@ doc = [
7670
"sphinx-book-theme",
7771
]
7872

79-
# From requirements/ci.in
8073
ci = [
8174
"tox",
8275
"tox-uv",
8376
]
8477

85-
# From requirements/dev.in (without pip-tools since that's replaced by uv)
8678
dev = [
8779
{include-group = "quality"},
8880
{include-group = "ci"},

0 commit comments

Comments
 (0)