File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,16 +47,11 @@ Repository = "https://github.com/openedx/xapi-db-load"
4747exclude = [" 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
5450test = [
5551 " pytest-asyncio" ,
5652 " pytest-cov" ,
5753]
5854
59- # From requirements/quality.in
6055quality = [
6156 {include-group = " test" },
6257 " edx-lint" ,
@@ -67,7 +62,6 @@ quality = [
6762 " twine" ,
6863]
6964
70- # From requirements/doc.in
7165doc = [
7266 {include-group = " test" },
7367 " build" ,
@@ -76,13 +70,11 @@ doc = [
7670 " sphinx-book-theme" ,
7771]
7872
79- # From requirements/ci.in
8073ci = [
8174 " tox" ,
8275 " tox-uv" ,
8376]
8477
85- # From requirements/dev.in (without pip-tools since that's replaced by uv)
8678dev = [
8779 {include-group = " quality" },
8880 {include-group = " ci" },
You can’t perform that action at this time.
0 commit comments