/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_source.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-10 00:09:19 UTC
  • mfrom: (6665.1.4 cython-only)
  • Revision ID: breezy.the.bot@gmail.com-20170610000919-1v2kz98d2cr4wnaz
Drop support for pyrex.

Merged from https://code.launchpad.net/~jelmer/brz/drop-pyrex/+merge/325137

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
        """
423
423
        missing_absolute_import = []
424
424
        for fname, text in self.get_source_file_contents(
425
 
                extensions=('.py', )):
 
425
                extensions=('.py', '.pyx')):
426
426
            if "/tests/" in fname or "test_" in fname:
427
427
                # We don't really care about tests
428
428
                continue