We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11593 commit 472e89bCopy full SHA for 472e89b
pytest.ini
@@ -1,2 +1,2 @@
1
[pytest]
2
-addopts = --capture=no --with-selenium --ignore conftest.py
+addopts = --capture=no --ignore conftest.py
setup.cfg
@@ -3,7 +3,6 @@
3
# nocapture=1 displays print statements from output. Undo this by using: --nologcapture
4
# logging-level=INFO keeps the logs much cleaner than using DEBUG
5
nocapture=1
6
-with-selenium=1
7
logging-level=INFO
8
9
[bdist_wheel]
0 commit comments