Skip to content

Commit

Permalink
Fix typo in running_guide.rst (#185) 6a3f1cf
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Nov 17, 2023
1 parent 1dcac7d commit 8ad464f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/guides/running_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _sources/guides/running_guide.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This task can the be run via the poe cli as ``poe test``.

.. hint::

If your pyproject defines pytest as a dependency with poetry, then poe will run the task with pytest from the poetry manaaged virtualenv, so you don't need to explicitly activate the virtualenv via ``poetry shell`` or ``poetry run``.
If your pyproject defines pytest as a dependency with poetry, then poe will run the task with pytest from the poetry managed virtualenv, so you don't need to explicitly activate the virtualenv via ``poetry shell`` or ``poetry run``.


`Click here for a real example <https://github.com/nat-n/poethepoet/blob/main/pyproject.toml>`_.
Expand Down
2 changes: 1 addition & 1 deletion guides/running_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h2>An example task<a class="headerlink" href="#an-example-task" title="Permalin
<p>This task can the be run via the poe cli as <code class="docutils literal notranslate"><span class="pre">poe</span> <span class="pre">test</span></code>.</p>
<div class="admonition hint">
<p class="admonition-title">Hint</p>
<p>If your pyproject defines pytest as a dependency with poetry, then poe will run the task with pytest from the poetry manaaged virtualenv, so you don’t need to explicitly activate the virtualenv via <code class="docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">shell</span></code> or <code class="docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">run</span></code>.</p>
<p>If your pyproject defines pytest as a dependency with poetry, then poe will run the task with pytest from the poetry managed virtualenv, so you don’t need to explicitly activate the virtualenv via <code class="docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">shell</span></code> or <code class="docutils literal notranslate"><span class="pre">poetry</span> <span class="pre">run</span></code>.</p>
</div>
<p><a class="reference external" href="https://github.com/nat-n/poethepoet/blob/main/pyproject.toml">Click here for a real example</a>.</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 8ad464f

Please sign in to comment.