Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7655
| Path | csiph.com!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Tue, 13 Oct 2015 23:20:02 +0200 |
| Message-ID | <qjf9g-1Mb-7@gated-at.bofh.it> (permalink) |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Tue Oct 13 21:16:34 2015 |
| Old-Return-Path | <andreas@an3as.eu> |
| X-Amavis-Spam-Status | No, score=-5.01 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, MEDS2=2, T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -6.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/12966 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20151013211617.GC19737@an3as.eu |
| Approved | robomod@news.nic.it |
| Lines | 45 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
| X-Original-Date | Tue, 13 Oct 2015 23:16:17 +0200 |
| X-Original-Message-ID | <20151013211617.GC19737@an3as.eu> |
| Xref | csiph.com linux.debian.maint.python:7655 |
Show key headers only | View raw
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