Skip to content

Commit ec0f955

Browse files
committed
build: Move constraints file to project root.
1 parent f336814 commit ec0f955

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2
33
updates:
44
- package-ecosystem: pip
5-
directory: /dependencies/default
5+
directory: /
66
schedule:
77
interval: weekly
88
open-pull-requests-limit: 10
File renamed without changes.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ passenv =
66
CI
77

88
[pkgenv]
9-
constraints = dependencies/default/constraints.txt
9+
constraints = constraints.txt
1010

1111
[testenv]
1212
package = wheel
1313
wheel_build_env = .pkg
1414
extras = testing
15-
constraints = dependencies/default/constraints.txt
15+
constraints = constraints.txt
1616
commands = make test
1717
allowlist_externals =
1818
make

0 commit comments

Comments
 (0)