Rename sorting directive

`sort_pipfile` , as requested in https://github.com/pypa/pipenv/pull/5965
This commit is contained in:
Dave Schaefer
2023-10-08 09:46:45 -06:00
parent 8e189035a3
commit 9bc4ffa506
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ def test_category_sorted_alphabetically_with_directive(pipenv_instance_private_p
with open(p.pipfile_path, "w") as f:
contents = """
[pipenv]
sort_alphabetical = true
sort_pipfile = true
[packages]
atomicwrites = "*"