Skip to content

Commit 874bca9

Browse files
committed
Disable pytest messing with warnings.
We may be able to remove this if pytest resolves pytest-dev/pytest#2430
1 parent 2772413 commit 874bca9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include README.rst LICENSE NOTICE HISTORY.rst requests/cacert.pem
1+
include README.rst LICENSE NOTICE HISTORY.rst pytest.ini requests/cacert.pem
22
recursive-include tests *.py

pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
addopts = -p no:warnings

0 commit comments

Comments
 (0)