Skip to content

Commit

Permalink
Update pipenv command to generate requirements file
Browse files Browse the repository at this point in the history
This has changed in the meantime, see pypa/pipenv#5200.
  • Loading branch information
felixedel committed Oct 10, 2022
1 parent 5ccc19d commit b21d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deps =
commands =
pipenv lock --verbose --clear
# Workaround to have shell redirection in tox
bash -c 'pipenv lock --requirements --dev > "{toxinidir}/test-requirements.txt"'
bash -c 'pipenv requirements --dev > "{toxinidir}/test-requirements.txt"'

[testenv:pipenv]
whitelist_externals =
Expand Down

0 comments on commit b21d7c3

Please sign in to comment.