Skip to content

Commit 472e89b

Browse files
committed
Update pytest and nosetests config files.
1 parent 2d11593 commit 472e89b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = --capture=no --with-selenium --ignore conftest.py
2+
addopts = --capture=no --ignore conftest.py

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# nocapture=1 displays print statements from output. Undo this by using: --nologcapture
44
# logging-level=INFO keeps the logs much cleaner than using DEBUG
55
nocapture=1
6-
with-selenium=1
76
logging-level=INFO
87

98
[bdist_wheel]

0 commit comments

Comments
 (0)