On Sep 9, 9:42 pm, ssteiner <
sstein...@gmail.com> wrote:
> There is no nose.conf, pretty much nothing that should set Paver off
> to run something as obscure as egg_info.
Sorry to have not included this earlier, and for having missed another
thing Paver's doing without any explicit instructions to do so, but
Paver is also running "build_ext."
I've been a little more explicit on the command line about what,
exactly, I want run and have included verbose output so hopefully we
can see what's going on.
egg_info and build_ext are being run unexpectedly.
Here's the Paver output, with nosetests' verbosity set to '2.'
# paver nose.commands.nosetests --verbosity=2
running nosetests
running egg_info
writing cloudservers.egg-info/PKG-INFO
writing top-level names to cloudservers.egg-info/top_level.txt
writing dependency_links to cloudservers.egg-info/dependency_links.txt
reading manifest file 'cloudservers.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'cloudservers.egg-info/SOURCES.txt'
running build_ext
Test JSON conversion of servers with and without metadata. ... ok
Verify that Server properties are readonly. ... ok
Test values of self.server0 ... ok
----------------------------------------------------------------------
Ran 3 tests in 0.035s
OK
Once again, any clues would be greatly appreciated.