From: Brian Warner <warner@lothar.com>
Date: Tue, 27 Jan 2015 06:05:38 +0000 (-0800)
Subject: Revert "Enable DeprecationWarnings for Travis-CI even on Python 2.7. refs #2366"
X-Git-Tag: allmydata-tahoe-1.10.1a1~79
X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/FOOURL?a=commitdiff_plain;h=118d78a67dc0e94b188b3c75763995b3d2357b76;p=tahoe-lafs%2Ftahoe-lafs.git

Revert "Enable DeprecationWarnings for Travis-CI even on Python 2.7. refs #2366"

This reverts commit cec7727bf980f62ba5e98d11776edb658860e350.

It caused travis (for py2.7) to fail on these tests:

* allmydata.test.test_runner.BinTahoe.test_version_no_noise
* allmydata.test.test_runner.RunNode.test_client_no_noise
* allmydata.test.test_system.SystemTest.test_filesystem_with_cli_in_subprocess
---

diff --git a/.travis.yml b/.travis.yml
index a47cf5e1..36356b2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_install:
 install:
   - pip install 'coveralls==0.4.2'
 before_script: python setup.py build
-script: PYTHONWARNINGS=default::DeprecationWarning bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
+script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
 after_success:
   coveralls
 notifications: