Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Nov 21, 2017
1 parent 335c2a8 commit 1467e23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/testCompositeRepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,5 @@ def test_config(self):
self.assertEqual("Hello world from mixin", got)

def test_super(self):
from pudb import set_trace; set_trace()
got = self.repo.qualified_class_name()
self.assertEqual("Q:testCompositeRepo.SubrepoBSubclass", got)
1 change: 0 additions & 1 deletion test/testDocStore.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ class GzipCompression(Compression):
expected_suffix = ".gz"
expected_mimetype = ("application/x-gzip", "application/gzip")

# @unittest.skipIf(sys.version_info < (3, 0, 0), "BZ2File can't wrap existing file objects in py2")
class Bzip2Compression(Compression):
compression = "bz2"
expected_suffix = ".bz2"
Expand Down

0 comments on commit 1467e23

Please sign in to comment.