How to run locally build pytest-html ? #668
Answered
by
BeyondEvil
harmin-parra
asked this question in
Q&A
-
Hello I have cloned your repo and follow the instructions of this page : How can I run pytest & pytest-html using the locally compiled pytest-html instead of having python using the already installed pytest-html package ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
BeyondEvil
May 10, 2023
Replies: 1 comment
-
By using "editable install": In the project where you want to use the local pytest-html you run: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
harmin-parra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By using "editable install":
In the project where you want to use the local pytest-html you run:
pip install -e <path/to/pytest-html>