From d28ce9563c3136780819f1b6218193f13b20129c83c8db495d86d3538dca13be Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 15 May 2012 14:17:54 +0000 Subject: [PATCH] - enabled some tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=121 --- python.changes | 5 +++++ python.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python.changes b/python.changes index fbe315f..2e1e344 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 15 14:17:43 UTC 2012 - jmatejek@suse.com + +- enabled some tests + ------------------------------------------------------------------- Thu Dec 8 13:30:29 UTC 2011 - jmatejek@suse.com diff --git a/python.spec b/python.spec index 49ac7b9..9d38677 100644 --- a/python.spec +++ b/python.spec @@ -210,7 +210,7 @@ make %{?_smp_mflags} if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then ulimit -v 10000000 || : fi -LIST="test_urllib test_ssl test_hashlib test_hmac test_urllib2_localnet test_unicodedata test_tarfile test_sqlite test_tcl test_anydbm test_dumbdbm test_gdbm test_whichdb test_tk test_ttk_textonly test_bsddb test_readline " +LIST="test_urllib test_ssl test_hashlib test_hmac test_urllib2_localnet test_unicodedata test_tarfile test_sqlite test_tcl test_dbm test_anydbm test_dumbdbm test_gdbm test_whichdb test_tk test_ttk_textonly test_bsddb test_bsddb3 test_readline" make test TESTOPTS="$LIST" TESTPYTHONOPTS="-R" %endif