Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7655
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | Python-pyfasta: How to run nosetests and what to do with duplicated binary |
| Date | 2015-10-13 23:20 +0200 |
| Message-ID | <qjf9g-1Mb-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
I'd like to package
svn://anonscm.debian.org/debian-med/trunk/packages/python-pyfasta/trunk/
for the Debian Med team. The package builds so far but I'm a bit
concerned about
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:170: cd /build/python-pyfasta-0.5.2/.pybuild/pythonX.Y_2.7/build; python2.7 -m nose.
----------------------------------------------------------------------
Ran 0 tests in 0.041s
OK
I: pybuild base:170: cd /build/python-pyfasta-0.5.2/.pybuild/pythonX.Y_3.5/build; python3.5 -m nose.
----------------------------------------------------------------------
Ran 0 tests in 0.064s
OK
I: pybuild base:170: cd /build/python-pyfasta-0.5.2/.pybuild/pythonX.Y_3.4/build; python3.4 -m nose.
----------------------------------------------------------------------
Ran 0 tests in 0.057s
OK
The directory tests/ is definitely not empty. Any idea why the tests
are not run?
I also would like to get advise what to do with /usr/bin/pyfasta which
is a simple wrapper call script. I tend to simply drop it from
python-pyfasta and leave it in python3-pyfasta exclusively but would
like to hear opinions about this strategy.
Kind regards
Andreas.
--
http://fam-tille.de
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar
Python-pyfasta: How to run nosetests and what to do with duplicated binary Andreas Tille <andreas@an3as.eu> - 2015-10-13 23:20 +0200
Re: Python-pyfasta: How to run nosetests and what to do with duplicated binary Piotr Ożarowski <piotr@debian.org> - 2015-10-13 23:40 +0200
pybuild: passing {dir}/tests to nose/pytest by default duplicated binary Piotr Ożarowski <piotr@debian.org> - 2015-10-14 13:30 +0200
Re: pybuild: passing {dir}/tests to nose/pytest by default duplicated binary Barry Warsaw <barry@debian.org> - 2015-10-14 16:20 +0200
Re: pybuild: passing {dir}/tests to nose/pytest by default duplicated binary Piotr Ożarowski <piotr@debian.org> - 2015-10-14 16:30 +0200
Re: pybuild: passing {dir}/tests to nose/pytest by default duplicated binary Barry Warsaw <barry@debian.org> - 2015-10-14 17:10 +0200
Re: pybuild: passing {dir}/tests to nose/pytest by default Piotr Ożarowski <piotr@debian.org> - 2015-10-14 17:20 +0200
Re: pybuild: passing {dir}/tests to nose/pytest by default duplicated binary Nikolaus Rath <Nikolaus@rath.org> - 2015-10-14 18:20 +0200
csiph-web