Skip to content
Snippets Groups Projects
Commit 967734e7 authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

update run-test.py to install in venv

parent 13f811d5
Branches
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ def run_alltests(python='python', fast=False, skip_setup=False):
# make sure .pyx sources are up to date and compiled
if not skip_setup:
# should be the same as `./setup.py develop --user`
runcmd('{python} -m pip install --break-system-packages --user -e .'.format(**cmdrpl))
runcmd('{python} -m pip install -e .'.format(**cmdrpl))
# find pep8 or pycodestyle (its successor)
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment