Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'url:pypi': 0.03; 'fixes': 0.07; 'pypi': 0.07; 'url:github': 0.09; '-john': 0.16; '1.x': 0.16; 'nose': 0.16; 'notation,': 0.16; 'to:addr:python-announce- list': 0.16; 'sender:addr:gmail.com': 0.17; 'tests': 0.22; 'features,': 0.24; 'message-id:@mail.gmail.com': 0.30; 'minor': 0.31; 'url:python': 0.33; '-----': 0.33; 'received:google.com': 0.35; 'add': 0.35; 'coverage': 0.36; 'url:org': 0.36; 'should': 0.36; 'project': 0.37; 'others.': 0.38; 'to:addr:python.org': 0.39; 'future': 0.60; 'issues,': 0.61; 'url:5': 0.61; 'details.': 0.61; "you're": 0.61; 'more': 0.64; 'url:0': 0.67; 'gathering': 0.68; 'forward.': 0.84; 'from:addr:john': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=xuEYSMW4YGJfwztPRavmF1P5ltw0DbvvutKwbS28eLM=; b=h3SLu96CvN0iiLdMXVAq5TtA2I01OhoYnt4qBS78ZUxvZrQg0/EquuclKWE23dKSDl Zuzwm/yWwSSxBVuMH8ifxgLYxZ22cLXsAwEYpgAJ82iUHAi14m5z+cABCXKYuc4Rd0Zn 4GrNCMQqU0HlomPnm0GYl9ua1SvApnOFh2aVkpfIa6VGDu2NJxjKHRtbTl08fVlMZZAs 1D6n4viXX4MbFIaaNlIe0euQn9BFOX8HwGa5W4hykkBBMU8Ws6jFPBe0QI/cHpddsFUc J1at1XIc8XaboWOBwreX6GTpMRSazrBWwjJGzd1iLQE/RcRZoP9OyBlEyhyLF61fscBV ycUQ== MIME-Version: 1.0 X-Received: by 10.107.9.67 with SMTP id j64mr2932851ioi.39.1428143219318; Sat, 04 Apr 2015 03:26:59 -0700 (PDT) Sender: jszakmeister@gmail.com Date: Sat, 4 Apr 2015 06:26:59 -0400 X-Google-Sender-Auth: T3XyWSyqMHMHm7mZmJkKffcNirc Subject: Nose 1.3.5 From: John Szakmeister To: python-announce-list@python.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Sat, 04 Apr 2015 13:06:26 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1428145588 news.xs4all.nl 2833 [2001:888:2000:d::a6]:55138 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1654 1.3.5 ----- 1.3.5 fixes several minor issues, including the gathering of tests when using package notation, using the coverage plugin with multiprocessing, and several others. See the CHANGELOG for more details. Also note that nose 1.x is in maintenance mode. We will not be looking to add any features, and you should seriously consider looking at nose2 as the way forward. If you're interested in the future of nose, please take a look at the nose2 project on github (https://github.com/nose-devs/nose2) or pypi (http://pypi.python.org/pypi/nose2/0.5.0). -John