mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Rename sorting directive
`sort_pipfile` , as requested in https://github.com/pypa/pipenv/pull/5965
This commit is contained in:
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user