Use python native traceback instead of pytest long trace

Change-Id: I3e2d369866d422c0be6f2feaac61d5af75eb0d2e
Reviewed-on: https://review.gerrithub.io/372795
Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com>
Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/pytest.ini b/pytest.ini
index fa4659c..d68bcfd 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,3 @@
 [pytest]
-addopts = -vvv -s -p no:django -p no:ipdb --junit-xml=nosetests.xml
+addopts = -vvv -s -p no:django -p no:ipdb --junit-xml=nosetests.xml --tb=native
 testpaths = tcp_tests