File: disable_network_test.patch

package info (click to toggle)
python-gdata 2.0.18%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,460 kB
  • ctags: 17,143
  • sloc: python: 70,779; ansic: 150; makefile: 27; sh: 3
file content (17 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Dmitry Shachnev <mitya57@gmail.com>
Description: Disable test that relies on network connection
Forwarded: not-needed
Last-Update: 2012-11-23

=== modified file 'tests/run_data_tests.py'
--- a/tests/run_data_tests.py	2012-03-09 12:29:18 +0000
+++ b/tests/run_data_tests.py	2012-11-23 05:44:41 +0000
@@ -37,7 +37,6 @@
   test_runner = module_test_runner.ModuleTestRunner()
   test_runner.modules = [gdata_test, atom_test, atom_tests.url_test, 
                          atom_tests.http_interface_test, 
-                         atom_tests.mock_http_test, 
                          atom_tests.core_test,
                          atom_tests.token_store_test,
                          gdata_tests.client_test,