Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:gui': 0.16; 'subject:run': 0.16; 'sudo': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "doesn't": 0.26; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'fine': 0.28; 'subject:users': 0.29; 'run': 0.33; 'received:google.com': 0.35; 'subject:please': 0.35; 'pm,': 0.36; 'subject:: ': 0.37; 'why': 0.39; 'test': 0.39; 'system.': 0.39; 'default': 0.61; 'apt-get': 0.84; 'chrisa': 0.84; 'otten': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=Zi/YrYIxCydiIyu8mJKxOakxbiMvTj70j2yaQ/V7GIw=; b=mNBAYKXZSQmJRljvVGBG81oAJWsd2kPLlRRg0FqxR+/+zxUIAqU+38/NP+S298w3zu yPDcndNF8645uo0Y7vIl5yuweKlpvik5Aqb0ZDSZKDpUlIV36ZGh1auJi+zT1kXBK/Mi fMtyjjAE9j1J9UiaXB+u2IeDjWhkU8r091LuVePwxaqjj1qE0KV2+FvSN2evjcU8L/LX 0tgOq7ATy0+M0PchY3rixWAz6OZCeZGKKyyro2iviAzmOOqNDQHSILI/tsqJI/xWKYDi agq2B1Roa2OKB0mx2JM9Eoop9lY5/NidIHnUb9OjRv2mw8WEneTnyZ5pJgBqaNszOxPH qZBg== MIME-Version: 1.0 X-Received: by 10.50.117.65 with SMTP id kc1mr1622867igb.94.1438941111261; Fri, 07 Aug 2015 02:51:51 -0700 (PDT) In-Reply-To: References: <87wpx7fsb9.fsf@Equus.decebal.nl> <87si7vfqwn.fsf@Equus.decebal.nl> Date: Fri, 7 Aug 2015 19:51:51 +1000 Subject: Re: Linux users: please run gui tests From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438941529 news.xs4all.nl 2884 [2001:888:2000:d::a6]:57310 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95115 On Fri, Aug 7, 2015 at 7:15 PM, Peter Otten <__peter__@web.de> wrote: > By default Debian doesn't install the test suite -- that's why you cannot > run it ;) > > Install it with > > $ sudo apt-get install libpython3.4-testsuite > > and then try again. Which makes it work fine on my system. ChrisA