Disable pytest messing with warnings.

We may be able to remove this if pytest resolves pytest-dev/pytest#2430
This commit is contained in:
Cory Benfield
2017-05-24 10:03:48 -07:00
parent 2772413f3d
commit 874bca97cb
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
include README.rst LICENSE NOTICE HISTORY.rst requests/cacert.pem
include README.rst LICENSE NOTICE HISTORY.rst pytest.ini requests/cacert.pem
recursive-include tests *.py
+2
View File
@@ -0,0 +1,2 @@
[pytest]
addopts = -p no:warnings