[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2011-02-24 Thread Michael Terry
OK, now that it passes its tests, approved. Note that there are still some nits: W: python-fixtures source: build-depends-on-python-dev-with-no-arch-any W: python-fixtures: copyright-refers-to-deprecated-bsd-license-file And no Ubuntu bug subscriber. ** Changed in: python-fixtures (Ubuntu)

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2011-02-24 Thread Michael Terry
Oh, fix released because it was pre-promoted. ** Changed in: python-fixtures (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR]

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Michael Terry
** Changed in: python-fixtures (Ubuntu) Status: New = In Progress ** Changed in: python-fixtures (Ubuntu) Assignee: (unassigned) = Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Michael Terry
The package itself looks clean. It would be nice if someone subscribed to bugmail. But I can't approve, because the package FTBFS. It's unit tests fail on calls to assertIsInstance. ** Changed in: python-fixtures (Ubuntu) Status: In Progress = Incomplete ** Changed in: python-fixtures

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Matthias Klose
oops, I did hit the commit button too fast ... 2010-12-21 19:01:25 INFOOverride Component to: 'main' 2010-12-21 19:01:35 INFO'python-fixtures - 0.3.5-1/universe/python' source overridden 2010-12-21 19:01:35 INFO'python-fixtures-0.3.5-1/universe/python/OPTIONAL' binary overridden in

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Robert Collins
This is a bug in testtools - pull a newer testtools from debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR] python-fixtures, needed as a b-d for python-testtools --

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Robert Collins
(the FTBFS that is) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR] python-fixtures, needed as a b-d for python-testtools -- ubuntu-bugs mailing list

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Michael Terry
Hrm... We have pulled latest 0.9.8-1 from Debian. But it's Build-Dep blocked on python-fixtures. :) I tested with the latest python-testtools from Debian and I still got the following failure (though I didn't get all the assertIsInstance errors):

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Loïc Minier
I can confirm that with the latest testtools in my PYTHONPATH, I still get weird test failures; they seem to be a python bug This is a reduced test case: import testtools class Fixture(object): def __enter__(self): return self def __exit__(self, exc_type, exc_val, exc_tb):

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Loïc Minier
Hmm, probably not a bug in python since swapping testtools with unittest works I've filed bug #693167 to track this issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR]

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Loïc Minier
Sorry, I was setting my PYTHONPATH to the wrong subdir; it works with latest python-testtools! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR] python-fixtures, needed as a b-d for

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Michael Terry
Loïc, are you saying that you can build python-fixtures and all tests pass? I'm still not seeing that, even with the python-testtools from Ubuntu (it built now that this package was pre-promoted to main). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Matthias Klose
still fails to build as seen in #5: http://launchpadlibrarian.net/61031457/buildlog_ubuntu-natty-i386.python-fixtures_0.3.5-1build2_FAILEDTOBUILD.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Loïc Minier
@Michael: no, just my test case passed with the new testtools, was trying the -fixtures with it and it indeed still fails with it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR]

[Bug 692955] Re: [MIR] python-fixtures, needed as a b-d for python-testtools

2010-12-21 Thread Loïc Minier
I've uploaded a fixed python-fixtures and sent the patch upstream in bug #693188 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692955 Title: [MIR] python-fixtures, needed as a b-d for