summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'guide/index.html')
-rw-r--r--guide/index.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/guide/index.html b/guide/index.html
index 56651f0..672c640 100644
--- a/guide/index.html
+++ b/guide/index.html
@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Gentoo Python Guide &#8212; Gentoo Python Guide documentation</title>
- <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4f649999" />
- <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=039e1c02" />
+ <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d1102ebc" />
+ <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=12dfc556" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
@@ -17,8 +17,9 @@
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
+
+
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head><body>
@@ -162,9 +163,11 @@
<li class="toctree-l2"><a class="reference internal" href="pytest.html#disabling-plugin-autoloading">Disabling plugin autoloading</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#using-pytest-xdist-to-run-tests-in-parallel">Using pytest-xdist to run tests in parallel</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#dealing-with-flaky-tests">Dealing with flaky tests</a></li>
+<li class="toctree-l2"><a class="reference internal" href="pytest.html#using-pytest-timeout-to-prevent-deadlocks-hangs">Using pytest-timeout to prevent deadlocks (hangs)</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#avoiding-dependencies-on-other-pytest-plugins">Avoiding dependencies on other pytest plugins</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#typeerror-make-test-flaky-got-an-unexpected-keyword-argument-reruns">TypeError: _make_test_flaky() got an unexpected keyword argument ‘reruns’</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#importpathmismatcherror">ImportPathMismatchError</a></li>
+<li class="toctree-l2"><a class="reference internal" href="pytest.html#failures-due-to-missing-files-in-temporary-directories">Failures due to missing files in temporary directories</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#fixture-not-found">fixture ‘…’ not found</a></li>
<li class="toctree-l2"><a class="reference internal" href="pytest.html#warnings">Warnings</a></li>
</ul>
@@ -312,11 +315,11 @@
<div class="clearer"></div>
</div>
<div class="footer">
- &copy;2020, Michał Górny, license: CC BY 4.0.
+ &#169;2020, Michał Górny, license: CC BY 4.0.
|
- Powered by <a href="http://sphinx-doc.org/">Sphinx 7.2.6</a>
- &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>
+ Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.2.6</a>
+ &amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>
|
<a href="_sources/index.rst.txt"