public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/files/
Date: Mon, 16 Nov 2020 08:22:05 +0000 (UTC)	[thread overview]
Message-ID: <1605514919.c8cffd53b24e89f4ea57f205cfb70de02fd1f5b7.mgorny@gentoo> (raw)

commit:     c8cffd53b24e89f4ea57f205cfb70de02fd1f5b7
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Nov 15 18:40:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 08:21:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cffd53

dev-python/parver: remove unused patch(es)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/parver/files/parver-0.3-test.patch | 34 ---------------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-python/parver/files/parver-0.3-test.patch b/dev-python/parver/files/parver-0.3-test.patch
deleted file mode 100644
index f062b317f61..00000000000
--- a/dev-python/parver/files/parver-0.3-test.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 83c64f08ea95e40b3fa208c2743b8eaba3296a63 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Mon, 27 Apr 2020 08:25:18 +0200
-Subject: [PATCH] Suppress too_slow on test_parse_hypothesis
-
-The generator is apparently too slow on busy systems, so suppress
-the health check to avoid a test failure.
----
- tests/test_parse.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tests/test_parse.py b/tests/test_parse.py
-index 6d58379..43494e3 100644
---- a/tests/test_parse.py
-+++ b/tests/test_parse.py
-@@ -2,13 +2,14 @@
- from __future__ import absolute_import, division, print_function
- 
- import pytest
--from hypothesis import assume, given
-+from hypothesis import assume, given, settings, HealthCheck
- 
- from parver import ParseError, Version
- 
- from .strategies import version_string, whitespace
- 
- 
-+@settings(suppress_health_check=[HealthCheck.too_slow])
- @given(whitespace, version_string(), whitespace)
- def test_parse_hypothesis(prefix, version, suffix):
-     Version.parse(prefix + version + suffix)
--- 
-2.26.2
-


             reply	other threads:[~2020-11-16  8:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16  8:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-02  4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/files/ Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1605514919.c8cffd53b24e89f4ea57f205cfb70de02fd1f5b7.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox