Skip to content

Commit 5ef5349

Browse files
authored
Merge pull request #1551 from plotly/quieten-browser-init
Quieten browser init in test setup
2 parents 1ea21c7 + aab6192 commit 5ef5349

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dash/testing/browser.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ def __init__(
7777
)
7878
self.percy_runner.initialize_build()
7979

80-
logger.info("initialize browser with arguments")
81-
logger.info(" headless => %s", self._headless)
82-
logger.info(" download_path => %s", self._download_path)
83-
logger.info(" percy asset root => %s", os.path.abspath(percy_assets_root))
80+
logger.debug("initialize browser with arguments")
81+
logger.debug(" headless => %s", self._headless)
82+
logger.debug(" download_path => %s", self._download_path)
83+
logger.debug(" percy asset root => %s", os.path.abspath(percy_assets_root))
8484

8585
def __enter__(self):
8686
return self

requires-testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pytest-mock>=2.0.0,<3;python_version=="2.7"
66
lxml>=4.6.2
77
selenium>=3.141.0
88
percy>=2.0.2
9+
cryptography<3.4;python_version<"3.7"
910
requests[security]>=2.21.0
1011
beautifulsoup4>=4.8.2,<=4.9.3;python_version=="2.7"
1112
beautifulsoup4>=4.8.2;python_version>="3.0"

0 commit comments

Comments
 (0)