Skip to content

Commit 3029772

Browse files
committed
build: Remove unnecessary deps specification in tox.ini
1 parent 162404e commit 3029772

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ package = wheel
1313
wheel_build_env = .pkg
1414
extras = testing
1515
constraints = dependencies/default/constraints.txt
16-
deps = -r dependencies/default/requirements.txt
1716
commands = make test
1817
allowlist_externals =
1918
make
@@ -30,7 +29,6 @@ allowlist_externals =
3029
allowlist_externals =
3130
git
3231
extras = docs
33-
deps = -r dependencies/default/requirements-docs.txt
3432
change_dir = docs
3533
description = Build The Docs with {basepython}
3634
commands =

0 commit comments

Comments
 (0)