590e71e536
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>
(cherry picked from commit 6832189fd7
)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: the reason for this is to stop CI failing in pipenv for 7.2)
23 lines
231 B
Plaintext
23 lines
231 B
Plaintext
# linter/tooling cache
|
|
.mypy_cache/
|
|
.cache/
|
|
|
|
# python packaging
|
|
build/
|
|
dist/
|
|
qemu.egg-info/
|
|
|
|
# editor config
|
|
.idea/
|
|
.vscode/
|
|
|
|
# virtual environments
|
|
.min-venv/
|
|
.tox/
|
|
.dev-venv/
|
|
|
|
# Coverage.py reports
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|