Skip to content

Commit bdc7843

Browse files
committed
update requirements test
pipenv behavior change
1 parent dac5807 commit bdc7843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_requirements_txt():
2525
)
2626

2727
return_code_2 = subprocess.call(
28-
"pipenv lock -r --dev \
28+
"pipenv lock -r --dev-only \
2929
> {}".format(
3030
req_dev_test_file_path
3131
),

0 commit comments

Comments
 (0)