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


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

Python < 3.5 tests

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Brian May <brian@microcomaustralia.com.au>
Newsgroups linux.debian.maint.python
Subject Python < 3.5 tests
Date Wed, 07 Oct 2015 23:20:01 +0200
Message-ID <qh4hX-8jR-3@gated-at.bofh.it> (permalink)
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Wed Oct 7 21:12:48 2015
Old-Return-Path <brian@microcomaustralia.com.au>
X-Amavis-Spam-Status No, score=-7.8 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
X-Policyd-Weight NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .microcomaustralia. - helo: .mail-pa0-x231.google. - helo-domain: .google.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; rate: -5
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=microcomaustralia.com.au; s=google; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding:user-agent; bh=kz+tUtPaHkgqSEPSR3qNFvUaEqZLWQa79steVOuDGXQ=; b=TcdhjpZJWo+RupsqEh7banPupA/vy4ID7sJBfMALKwPohTTEET+a4Jt3AYQmbOHDt+ T03YhorawnHToDR5I6fl7Gd1bIl1f6nlVe5R8MgYQzU4PlPron4obzKc0oOmMVgfIoEk zkuX2+cZYmFhHMz+SzudJsgcy6HYsWk4hBy1o=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:content-transfer-encoding :user-agent; bh=kz+tUtPaHkgqSEPSR3qNFvUaEqZLWQa79steVOuDGXQ=; b=Jb4uP3YasanOh+SWvpyWMwb4oOtySaf23pkzw/L0dx81pAzZ+m6l5tuF+HK3bF037y 7b1JC1YtdNptQloYByghjkLBhnnzRC0natBQ7unXDvcIo3GR8QwTU+ibWeTy1NimI7h4 OWGtOpKiDf0SIg85Aen7/F2BEmla9K2tvBFfgZ4jDqbWPhSlGbIMOSOZzVpUv5wspUSr TJtKL7ZNfrBTxmi1+QFqCz2VhXhapeWrxxIQ+RRT71ytyt2g+H9M48H7ZeB33wBzbVL6 UvfNmQQESv6+pv9JDAg/FTUeyX7sLXySqARDU1sS8O8r01uxLdfIy1+opMr/v5HE28IK BWPg==
X-Gm-Message-State ALoCoQnO5bBX5j9LuhFl3EvC/4djVgirTDhbZR5UtCXO8gjk/X9OM+zHMbpfNeMyBICbg2+kJ6PK
X-Received by 10.66.227.9 with SMTP id rw9mr3357979pac.81.1444252349849; Wed, 07 Oct 2015 14:12:29 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=iso-8859-1
Content-Disposition inline
Content-Transfer-Encoding 8bit
User-Agent Mutt/1.5.23 (2014-03-12)
X-Mailing-List <debian-python@lists.debian.org> archive/latest/12853
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/20151007211222.GA16055@prune.in.vpac.org
Approved robomod@news.nic.it
Lines 35
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Thu, 8 Oct 2015 08:12:22 +1100
X-Original-Message-ID <20151007211222.GA16055@prune.in.vpac.org>
Xref csiph.com linux.debian.maint.python:7543

Show key headers only | View raw


Hello,

When debugging #801208, I noticed the following output:

   dh_auto_test -O--buildsystem=pybuild
   I: pybuild base:170: cd /«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build;
   python2.7 -m unittest discover -v 

   ----------------------------------------------------------------------
   Ran 0 tests in 0.000s

   OK
   I: pybuild base:170: cd /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.4/build;
   python3.4 -m unittest discover -v 

   ----------------------------------------------------------------------
   Ran 0 tests in 0.000s

   OK
   I: pybuild base:170: cd /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build;
   python3.5 -m unittest discover -v 
   ajax_select (unittest.loader._FailedTest) ... ERROR

So it looks like it can't find the tests under Python 2.7 or Python 3.4,
so it use to work, however under Python 3.5 it now does find the tests
and they fail.

This left me wondering:

* Why does it not find the tests under Python 2.7, 3.4? What is
  different about Python 3.5 that it does?
* Why is Python 3.4 still relevant? Hasn't 3.5 replaced 3.4? Why is it
  being tested by pybuild?

Regards

Back to linux.debian.maint.python | Previous | NextNext 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