Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 108ee83

Browse files
author
David Robertson
committed
Move pympler back into the all extras
Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change.
1 parent 2607b3e commit 108ee83

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

changelog.d/12652.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Move `pympler` back in to the `all` extras.

debian/build_virtualenv

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ poetry export \
4141
--extras all \
4242
--extras test \
4343
--extras systemd \
44-
--extras cache_memory \
4544
-o exported_requirements.txt
4645
deactivate
4746
rm -rf "$TEMP_VENV"

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,11 @@ all = [
231231
"jaeger-client", "opentracing",
232232
# jwt
233233
"pyjwt",
234-
#redis
235-
"txredisapi", "hiredis"
234+
# redis
235+
"txredisapi", "hiredis",
236+
# cache_memory
237+
"pympler",
236238
# omitted:
237-
# - cache_memory: this is an experimental option
238239
# - test: it's useful to have this separate from dev deps in the olddeps job
239240
# - systemd: this is a system-based requirement
240241
]

0 commit comments

Comments
 (0)