From de0de597c5e8302323389422fc8e551d069b2cf8 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 6 Jan 2018 12:24:29 +0200 Subject: [PATCH] Revert "Use testmon in watch toxenv only" This reverts commit 72ab1ea2c7455dd3785c8def57826c7c86e24585. Ref tarpas/pytest-testmon#84 Ref tarpas/pytest-testmon#14 --- pytest.ini | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 3840854198..37728d2d2a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] norecursedirs=dist build .tox -addopts=-v -rxs --doctest-modules --ignore cheroot/ssl/pyopenssl.py --junitxml=junit-test-results.xml --cov=cheroot --cov-report term-missing:skip-covered --cov-report xml +addopts=-v -rxs --testmon --doctest-modules --ignore cheroot/ssl/pyopenssl.py --junitxml=junit-test-results.xml --cov=cheroot --cov-report term-missing:skip-covered --cov-report xml doctest_optionflags=ALLOW_UNICODE ELLIPSIS diff --git a/tox.ini b/tox.ini index 1e62b0ab36..1037314f2d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ setenv = WEBTEST_INTERACTIVE=false [testenv:watch] -commands = ptw --runner=pytest -- --testmon +commands = ptw --runner=pytest [testenv:pre-commit] deps = pre-commit