summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-11-18 20:11:38 +0000
committerda-woods <dw-git@d-woods.co.uk>2022-11-23 19:40:52 +0000
commit696235fd9716e1dc4575c8b11e615e20ea5a850b (patch)
treedcb821c5ba03639130dd311dfd0fa7e56e3da08e
parentd71d855614542d22535c9cc121f1c1c2e1730087 (diff)
downloadcython-696235fd9716e1dc4575c8b11e615e20ea5a850b.tar.gz
Pin line_profiler version to <4 (#5140)
Ideally we'd work out why it isn't working, but for now it seems easiest to try to pin the version.
-rw-r--r--test-requirements-cpython.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements-cpython.txt b/test-requirements-cpython.txt
index 39c438f27..583510771 100644
--- a/test-requirements-cpython.txt
+++ b/test-requirements-cpython.txt
@@ -1,2 +1,2 @@
jupyter
-line_profiler
+line_profiler<4 # currently 4 appears to collect no profiling info