From 472e89b572f2683a83fd4b00627eed6101360c6f Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 16 Feb 2018 15:14:46 -0500 Subject: [PATCH] Update pytest and nosetests config files. --- pytest.ini | 2 +- setup.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 4eaf59cf..080bba9b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --capture=no --with-selenium --ignore conftest.py +addopts = --capture=no --ignore conftest.py diff --git a/setup.cfg b/setup.cfg index ae20a5d5..10aa80d3 100755 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,6 @@ # nocapture=1 displays print statements from output. Undo this by using: --nologcapture # logging-level=INFO keeps the logs much cleaner than using DEBUG nocapture=1 -with-selenium=1 logging-level=INFO [bdist_wheel]