Re: Issue 2580 in reviewboard: djblets: can't run tests from release tarball

2012-12-23 Thread reviewboard

Updates:
Labels: Djblets Component-Deployment

Comment #1 on issue 2580 by trowb...@gmail.com: djblets: can't run tests  
from release tarball

http://code.google.com/p/reviewboard/issues/detail?id=2580

(No comment was entered for this change.)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2580 in reviewboard: djblets: can't run tests from release tarball

2012-04-25 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2580 by dmitry.n...@gmail.com: djblets: can't run tests from  
release tarball

http://code.google.com/p/reviewboard/issues/detail?id=2580

Hi,

It looks like it's impossible to pass all tests from release tarball of  
djblets.


I've found that followed two files are missing in DJblets-0.6.17 tarball  
compared to corresponding git tag:


djblets/feedview/testdata/sample.rss
contrib/internal/release.py
tests/pyflakes.exclude

Are tests supposed to be executed from release tarball?

Also even in git tag, one of test fails:

Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/nose/loader.py, line 390, in  
loadTestsFromName

addr.filename, addr.module)
  File /usr/lib/python2.7/dist-packages/nose/importer.py, line 39, in  
importFromPath

return self.importFromDir(dir_path, fqname)
  File /usr/lib/python2.7/dist-packages/nose/importer.py, line 86, in  
importFromDir

mod = load_module(part_fqname, fh, filename, desc)
   
File /srv/dion/src/deb/djblets/test/test.git/djblets/pipeline/compilers/bless.py,  
line 6, in module

from pipeline.compilers import CompilerBase, CompilerError
ImportError: No module named pipeline.compilers

Probably setup.py has no dependeny on django-pipeline or just test is  
outdated.


Thanks

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.