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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-02 09:03:20 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-02 09:03:20 +0300
commitc16b36c499794bdf6cbef9fb312d835004f6652f (patch)
treee30e12491a64a7247b96e63d993a2e9de9205a7f /tox.ini
parentdaf57f2488dacc6f3c45edf551fafcc32c404fc9 (diff)
CI: Remove unused no longer needed PYTHONWARNINGS
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 c006fa5a6..824ab3f38 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ deps =
extras =
test
setenv =
- PYTHONWARNINGS = all,ignore::ImportWarning:importlib._bootstrap_external,ignore::DeprecationWarning:site,ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:pip._vendor.packaging.version
+ PYTHONWARNINGS = all
PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:} --color yes
commands=
python -X dev -m pytest --durations 25 {posargs}