[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50213] [PATCH 06/19] gnu: python-pytest-xprocess: Fix linter warnin
From: |
jgart |
Subject: |
[bug#50213] [PATCH 06/19] gnu: python-pytest-xprocess: Fix linter warning to follow redirect. |
Date: |
Thu, 26 Aug 2021 11:15:40 -0400 |
* gnu/packages/check.scm (python-pytest-xprocess) [home-page]:
Fix linter warning to follow permanent redirect.
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 846fdf60e6..312628ca55 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1925,7 +1925,7 @@ framework which enables you to test server connections
locally.")
(synopsis "Pytest plugin to manage external processes across test runs")
(description "Pytest-xprocess is an experimental py.test plugin for
managing
processes across test runs.")
- (home-page "https://bitbucket.org/pytest-dev/pytest-xprocess")
+ (home-page "https://github.com/pytest-dev/pytest-xprocess")
(license license:expat)))
(define-public python-pytest-subtesthack
--
2.33.0
- [bug#50213] [PATCH] gnu: python-flask: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 01/19] gnu: python-pytest-6: Update to 6.2.4., jgart, 2021/08/26
- [bug#50213] [PATCH 02/19] gnu: python-pytest-timeout: Update to 1.4.2., jgart, 2021/08/26
- [bug#50213] [PATCH 04/19] gnu: python-pytest-xprocess: Update to 0.18.1., jgart, 2021/08/26
- [bug#50213] [PATCH 09/19] gnu: python-werkzeug: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 08/19] gnu: python-werkzeug: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 03/19] gnu: python-pytest-timeout: Add python-pytest-cov to propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 05/19] gnu: python-pytest-xprocess: Add python-setuptools-scm to native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 07/19] gnu: python-greenlet: Update to 1.1.1., jgart, 2021/08/26
- [bug#50213] [PATCH 06/19] gnu: python-pytest-xprocess: Fix linter warning to follow redirect.,
jgart <=
- [bug#50213] [PATCH 11/19] gnu: python-jinja2: Update to 3.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 13/19] gnu: python-markupsafe: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 16/19] gnu: python-flask: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 19/19] gnu: python-flask: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 18/19] gnu: python-flask: Add missing native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 12/19] gnu: python-itsdangerous: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 10/19] gnu: python-werkzeug: Disable tests that require networking., jgart, 2021/08/26