Skip to content

Commit 70e3bd6

Browse files
committed
Remove --resolver=backtracking in lockfiles since it is default
1 parent 200bda9 commit 70e3bd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements-dev.txt --resolver=backtracking requirements-dev.in
5+
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
66
#
77
alabaster==0.7.13
88
# via sphinx

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements-test.txt --resolver=backtracking requirements-test.in
5+
# pip-compile --output-file=requirements-test.txt requirements-test.in
66
#
77
attrs==23.1.0
88
# via hypothesis

0 commit comments

Comments
 (0)