summaryrefslogtreecommitdiff
path: root/test-requirements-cpython.txt
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-11-18 20:11:38 +0000
committerGitHub <noreply@github.com>2022-11-18 20:11:38 +0000
commit2e657709493a97eb16834ef7def3647668b741f2 (patch)
tree89698e6cb23aec2c42dba2b4d37a9a84fb8b505a /test-requirements-cpython.txt
parent1b028d34d6a3ec82f4687df1e0db598721c7a695 (diff)
downloadcython-2e657709493a97eb16834ef7def3647668b741f2.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.
Diffstat (limited to 'test-requirements-cpython.txt')
-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 28db037b2..9f2278c81 100644
--- a/test-requirements-cpython.txt
+++ b/test-requirements-cpython.txt
@@ -1,4 +1,4 @@
jupyter
pytest # needed by IPython/Jupyter integration tests
-line_profiler
+line_profiler<4 # currently 4 appears to collect no profiling info
setuptools<60