From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lucy.dinwoodie.org (77.116.2.81.in-addr.arpa [81.2.116.77]) by sourceware.org (Postfix) with ESMTPS id BEA76385AC1E for ; Thu, 17 Feb 2022 13:05:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BEA76385AC1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: from adam by lucy.dinwoodie.org with local (Exim 4.94.2) (envelope-from ) id 1nKgTL-0002fj-47 for cygwin@cygwin.com; Thu, 17 Feb 2022 13:05:23 +0000 Date: Thu, 17 Feb 2022 13:05:23 +0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: Package request: python-pytest-mock Message-ID: <20220217130523.ydsbka2jhqtdbxwc@lucy.dinwoodie.org> References: <20220216111615.jcfamrdjwvwkitgd@lucy.dinwoodie.org> <20220216115530.slt3x5f5r523yxtd@lucy.dinwoodie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, PDS_RDNS_DYNAMIC_FP, RDNS_DYNAMIC, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2022 13:05:26 -0000 On Thu, Feb 17, 2022 at 08:11:31AM +0100, Marco Atzeri wrote: > On 16.02.2022 12:55, Adam Dinwoodie wrote: > > On Wed, Feb 16, 2022 at 12:49:05PM +0100, marco atzeri wrote: > > > On Wed, Feb 16, 2022 at 12:16 PM Adam Dinwoodie wrote: > > > > > > > > As part of pulling some of the packages I maintain up to date, I've > > > > discovered some of the test scripts now rely on the pytest-mock module. > > > > That's not currently packaged for Cygwin; could we make it available? > > > > > > > > I'm happy to add packaging this up to my stack of packages to maintain, > > > > (although I'm not likely to actually get to packaging it myself for a > > > > little while) but as most of the Python packages -- and all the > > > > python-pytest* packages -- are currently maintained by Marco Atzeri, I > > > > wanted to check if he'd rather add this to his list first. > > > > > > > > Adam > > > > > > > > > > I will add, but I suspect it will not be very short term. > > > My PC is currently not 100% available :-( > > > > Oh no! If I can help get things started, I'd be very happy to :) > > > > I succeded to sneak in the build. > > version 3.7 is up for python 3.7 to 3.9 > > Regards > Marco Amazing, thank you!