On Tue, Jun 9, 2015 at 4:33 AM, Ryan Ollos <[email protected]> wrote:
> On Mon, Jun 8, 2015 at 11:06 AM, Ryan Skadberg <[email protected]> wrote:
>> I can build 1.0.4 without issue, so it seems that something changed
>> between 1.0.4 and 1.0.6.post2.  Anyone have any thoughts?


Thanks for the reporting.

Reproduced on CentOS 6 and 7. I just confirmed that all tests pass on
Ubuntu 12.04.
I'll investigate it.


[root@5ed23e541490 /]# cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
[root@5ed23e541490 /]# virtualenv /tmp/tracvenv
New python executable in /tmp/tracvenv/bin/python
Installing 
Setuptools..............................................................................................................................................................................................................................done.
Installing 
Pip.....................................................................................................................................................................................................................................................................................................................................done.
[root@5ed23e541490 /]# /tmp/tracvenv/bin/python -V
Python 2.7.5
[root@5ed23e541490 /]# /tmp/tracvenv/bin/pip install Genshi==0.6
Downloading/unpacking Genshi==0.6
  Downloading Genshi-0.6.tar.gz (433kB): 433kB downloaded
  Running setup.py egg_info for package Genshi

    warning: no previously-included files found matching 'doc/2000ft.graffle'
    warning: no previously-included files matching '*' found under
directory 'doc/logo.lineform'
Installing collected packages: Genshi
  Running setup.py install for Genshi

    warning: no previously-included files found matching 'doc/2000ft.graffle'
    warning: no previously-included files matching '*' found under
directory 'doc/logo.lineform'
Successfully installed Genshi
Cleaning up...
[root@5ed23e541490 /]# cd /tmp
[root@5ed23e541490 tmp]# tar xzf Trac-1.0.6.post2.tar.gz
[root@5ed23e541490 tmp]# cd Trac-1.0.6.post2
[root@5ed23e541490 Trac-1.0.6.post2]# /tmp/tracvenv/bin/python
setup.py test -s trac.db.tests.sqlite_test.suite
running test
running egg_info
writing requirements to Trac.egg-info/requires.txt
writing Trac.egg-info/PKG-INFO
writing top-level names to Trac.egg-info/top_level.txt
writing dependency_links to Trac.egg-info/dependency_links.txt
writing entry points to Trac.egg-info/entry_points.txt
reading manifest file 'Trac.egg-info/SOURCES.txt'
writing manifest file 'Trac.egg-info/SOURCES.txt'
running build_ext
SKIP: fine-grained permission tests (ConfigObj not installed)
test_error_with_lazy_translation
(trac.db.tests.sqlite_test.DatabaseFileTestCase) ... FAIL
test_missing_tracdb (trac.db.tests.sqlite_test.DatabaseFileTestCase) ... ok
test_no_permissions (trac.db.tests.sqlite_test.DatabaseFileTestCase) ... FAIL

======================================================================
FAIL: test_error_with_lazy_translation
(trac.db.tests.sqlite_test.DatabaseFileTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Trac-1.0.6.post2/trac/db/tests/sqlite_test.py", line 95,
in test_error_with_lazy_translation
    self.fail('ConfigurationError not raised')
AssertionError: ConfigurationError not raised

======================================================================
FAIL: test_no_permissions (trac.db.tests.sqlite_test.DatabaseFileTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Trac-1.0.6.post2/trac/db/tests/sqlite_test.py", line 77,
in test_no_permissions
    self.fail('ConfigurationError not raised')
AssertionError: ConfigurationError not raised

----------------------------------------------------------------------
Ran 3 tests in 10.061s

FAILED (failures=2)

-- 
Jun Omae <[email protected]> (大前 潤)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to