We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765e0bb commit 4f4794cCopy full SHA for 4f4794c
2 files changed
benchmarks/gen_rst_tables.py benchmarks/gen_md_tables.pybenchmarks/gen_rst_tables.py renamed to benchmarks/gen_md_tables.py
justfile
@@ -113,7 +113,7 @@ _venv_pypy_create:
113
{{pypy_bin}} -m venv --clear dev/venv-pypy
114
115
_venv_pypy_update:
116
- {{pypy_run}} pip install --upgrade hyperscan pip pytest pytest-benchmark setuptools wheel
+ {{pypy_run}} pip install --upgrade pip pytest pytest-benchmark setuptools wheel
117
{{pypy_run}} pip install -e .
118
119
0 commit comments