Skip to content

Commit

Permalink
Disable pytest logs capture
Browse files Browse the repository at this point in the history
In pytest 3.3.0 was merged the pytest-cachlog plugin
which is now enabled by default [1]

- Disable this logging module for tcp-qa tests.

[1] pytest-dev/pytest#2794

Change-Id: I60d9ba42ac88af80d263c6cadff10cb69d6d5e2a
  • Loading branch information
dis-xcom committed Nov 28, 2017
1 parent 91775ad commit defac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[pytest]
addopts = -vvv -s -p no:django -p no:ipdb --junit-xml=nosetests.xml --tb=native
addopts = -vvv -s -p no:django -p no:ipdb -p no:logging --junit-xml=nosetests.xml --tb=native
testpaths = tcp_tests

0 comments on commit defac16

Please sign in to comment.