summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-09-26 19:02:21 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-27 22:41:38 +0100
commite976d192a4e18b5d07e43a764034a63c401e26c8 (patch)
treedcdd844db4632cab6422866c2afda6f91517a3b6
parent52081ff06b1fbeeaae41c320964d172ff5ab6e1a (diff)
gnu: python-flexmock: Fix by using python-poetry-core
* gnu/packages/check.scm (python-flexmock): Fix. [native-inputs]: Remove poetry; add python-poetry-core. [homepage]: Switch to https://flexmock.readthedocs.io/ as lint suggested. Change-Id: I0271a2af4c18c957cad86e26b5d2f833e8184fc1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2451fd9d04..436f992f0a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3195,8 +3195,8 @@ time by mocking the datetime module.")
(base32
"18dcr7mpldf3cxsqi9rak75n4z7x3j544l4ixdspairm7cf6cp23"))))
(build-system pyproject-build-system)
- (native-inputs (list poetry python-pytest))
- (home-page "https://flexmock.readthedocs.org")
+ (native-inputs (list python-poetry-core python-pytest))
+ (home-page "https://flexmock.readthedocs.io/")
(synopsis "Testing library for Python")
(description
"flexmock is a testing library for Python that makes it easy to create