Skip to content

How to install pytest from source code? #9665

Answered by The-Compiler
yongjames asked this question in General
Discussion options

You must be logged in to vote

Like any other Python project, something like pip install .. See the packaging.python.org docs.

However, that won't change much, as you still need pytest's dependencies. You might want to use pip download pytest and install from the resulting wheels, or perhaps use devpi as a caching proxy.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@yongjames
Comment options

Answer selected by yongjames
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants