Skip to content

Commit

Permalink
improve documentation for install_command
Browse files Browse the repository at this point in the history
The documentation now mentions that you can provide arbitrary commands
to ``install_command``.

This fixes #2081.

apply pr feedback
  • Loading branch information
jugmac00 committed Jul 20, 2021
1 parent b35565a commit d830dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2081.doc.rst
@@ -0,0 +1 @@
The documentation of ``install_command`` now also mentions that you can provide arbitrary commands - by :user:`jugmac00`
5 changes: 5 additions & 0 deletions docs/config.rst
Expand Up @@ -306,6 +306,11 @@ Complete list of settings that you can put into ``testenv*`` sections:
such as ``--pre`` (configured as ``pip_pre``) and potentially index-options from the
deprecated :conf:`indexserver` option.

.. note::

You can also provide arbitrary commands to the ``install_command``.
Please take care that these commands can be executed on the supported operating systems.

.. conf:: list_dependencies_command ^ ARGV ^ python -m pip freeze

.. versionadded:: 2.4
Expand Down

0 comments on commit d830dcc

Please sign in to comment.