mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
python: drop pipenv
The pipenv tool was nice in theory, but in practice it's just too hard to update selectively, and it makes using it a pain. The qemu.qmp repo dropped pipenv support a while back and it's been functioning just fine, so I'm backporting that change here to qemu.git. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20230210003147.1309376-3-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
aef633e765
commit
6832189fd7
9 changed files with 86 additions and 388 deletions
|
|
@ -33,9 +33,7 @@ packages =
|
|||
* = py.typed
|
||||
|
||||
[options.extras_require]
|
||||
# For the devel group, When adding new dependencies or bumping the minimum
|
||||
# version, use e.g. "pipenv install --dev pylint==3.0.0".
|
||||
# Subsequently, edit 'Pipfile' to remove e.g. 'pylint = "==3.0.0'.
|
||||
# Remember to update tests/minreqs.txt if changing anything below:
|
||||
devel =
|
||||
avocado-framework >= 90.0
|
||||
flake8 >= 3.6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue