Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7556

Re: Python < 3.5 tests

Path csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod
From Robert Collins <robertc@robertcollins.net>
Newsgroups linux.debian.maint.python
Subject Re: Python < 3.5 tests
Date Thu, 08 Oct 2015 08:20:02 +0200
Message-ID <qhcIy-3xD-13@gated-at.bofh.it> (permalink)
References <qh4hX-8jR-3@gated-at.bofh.it> <qhcpd-2Ve-13@gated-at.bofh.it>
X-Original-To Brian May <brian@microcomaustralia.com.au>
X-Mailbox-Line From debian-python-request@lists.debian.org Thu Oct 8 06:12:57 2015
Old-Return-Path <robertc@robertcollins.net>
X-Amavis-Spam-Status No, score=-7.701 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001] autolearn=ham autolearn_force=no
X-Policyd-Weight DYN_NJABL=ERR(0) NOT_IN_SBL_XBL_SPAMHAUS=-1.5 BL_NJABL=ERR(-1.5) CL_IP_EQ_HELO_IP=-2 (check from: .robertcollins. - helo: .mail-ig0-f172.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RVTcOJ/wrkITmsjHSBgMlWafxcdlaIq7VcOZbbvqWsQ=; b=eeXPh/9bpDiVhrOujT4rjtt5eaV4inM6hNFBqhLKMdWz4/5jhhk3T2IFajCMNLcCli p7sQtF/itgyn6cGr1LBovJnNcd+cbScgJE9HiVAqzqNRoS0pFEYxjrr85Mcjulf+T4YG eSlSAz2qxhreNAZw2+/SWDaGvYQLp/xyW6E9mtgLXBdbvVwdIJ7idgq0vOcEMzcuyWKK 8blC22UkCcMMv0Y7XzfnMakc29I+iosZrhE4hX0Gaj9fa0F6ZcdVMAbYyFTviEx9Cjf8 Ic8GnHEts6ipzJZwtJeYD2OSXTVn/EbProjwbgRTNG/GZ5p/gAKn0EKZlxXT9O3Um7Jd p2XA==
X-Gm-Message-State ALoCoQn/AMwdVTvljyHtvOhlwl44reQ+wl2YZasg9FN4KOyU4v4trGhKo3Lg6HYdg4gZosIDYITg
MIME-Version 1.0
X-Received by 10.50.147.6 with SMTP id tg6mr1682958igb.68.1444284747811; Wed, 07 Oct 2015 23:12:27 -0700 (PDT)
X-Originating-IP [122.57.98.209]
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Mailing-List <debian-python@lists.debian.org> archive/latest/12867
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/CAJ3HoZ1eeZG3bty-kSch38PTfboZ5+_0h1zP2SH7j9ZCj5hzGg@mail.gmail.com
Approved robomod@news.nic.it
Lines 42
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc Debian Python <debian-python@lists.debian.org>
X-Original-Date Thu, 8 Oct 2015 19:12:27 +1300
X-Original-Message-ID <CAJ3HoZ1eeZG3bty-kSch38PTfboZ5+_0h1zP2SH7j9ZCj5hzGg@mail.gmail.com>
X-Original-References <20151007211222.GA16055@prune.in.vpac.org> <CAA0ZO6DdB5RJ2TKdXn6wGYpsA-NdhgN106L3OJdt3xHjmBz+Mg@mail.gmail.com>
Xref csiph.com linux.debian.maint.python:7556

Show key headers only | View raw


On 8 October 2015 at 18:57, Brian May <brian@microcomaustralia.com.au> wrote:
>
>
> On Thu, 8 Oct 2015 at 08:12 Brian May <brian@microcomaustralia.com.au>
> wrote:
>>
>>    I: pybuild base:170: cd /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build;
>>    python3.5 -m unittest discover -v
>>    ajax_select (unittest.loader._FailedTest) ... ERROR
>>
>
> On second thoughts, wonder what tests it is running. I can't see anything
> that looks like a test in the package... setup.py has nothing either.
>
> Cut and paste doesn't work properly with this stupid Google inbox webclient
> - otherwise I would add a list of the source files here, however this is the
> django-ajax-selects package in Debian.
>
> Only thing I can think of is maybe it is picking up the Django tests, which
> are meaningless here.

Presumably https://github.com/crucialfelix/django-ajax-selects/tree/develop/tests
would be the intent?

The tarball on PyPI is missing it - so I think its a broken
MANIFEST.in - it hasn't been updated to include the tests.

So the error thats being reported is that ajax_select can't be
imported - which means that ajax_select/__init__.py can't be imported.

-Rob

-- 
Robert Collins <rbtcollins@hp.com>
Distinguished Technologist
HP Converged Cloud

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-07 23:20 +0200
  Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-08 08:00 +0200
    Re: Python < 3.5 tests Robert Collins <robertc@robertcollins.net> - 2015-10-08 08:20 +0200
      Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-08 13:20 +0200
        Re: Python < 3.5 tests Barry Warsaw <barry@debian.org> - 2015-10-08 15:30 +0200
      Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-09 08:30 +0200
        Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-09 08:50 +0200
  Re: Python < 3.5 tests Dmitry Shachnev <mitya57@debian.org> - 2015-10-08 13:50 +0200
    Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-08 22:40 +0200
    Re: Python < 3.5 tests Robert Collins <robertc@robertcollins.net> - 2015-10-08 23:20 +0200
      Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-08 23:50 +0200
        Re: Python < 3.5 tests Robert Collins <robertc@robertcollins.net> - 2015-10-08 23:50 +0200
          Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-09 00:00 +0200
      Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-08 23:50 +0200
    Re: Python < 3.5 tests Barry Warsaw <barry@debian.org> - 2015-10-08 23:30 +0200
      Re: Python < 3.5 tests Barry Warsaw <barry@debian.org> - 2015-10-09 00:00 +0200
      Re: Python < 3.5 tests Piotr Ożarowski <piotr@debian.org> - 2015-10-09 00:00 +0200
    Re: Python < 3.5 tests Brian May <brian@microcomaustralia.com.au> - 2015-10-08 23:30 +0200

csiph-web