Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Freitag <mail@franek.fr>2020-11-11 16:16:34 +0300
committerFrançois Freitag <mail@franek.fr>2020-11-11 16:20:18 +0300
commit22a4ed531c1c22416e92409408b78933cb01cf00 (patch)
treea280174c1ca809fd584e515fe4da26cab34dbde1 /tox.ini
parent229e11c488fc1fbd15b0a209782aa94dc6abdf58 (diff)
Run tests with Python Development mode
Helps catching more issues with the test suite. https://docs.python.org/3/library/devmode.html#devmode
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 316655d20..89ac44559 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ setenv =
PYTHONWARNINGS = all,ignore::ImportWarning:importlib._bootstrap_external,ignore::DeprecationWarning:site,ignore::DeprecationWarning:distutils
PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:} --color yes
commands=
- pytest --durations 25 {posargs}
+ python -X dev -m pytest --durations 25 {posargs}
[testenv:flake8]
basepython = python3