This is an automated email from the git hooks/post-receive script. sharlatan pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 6465931bbc gnu: packages/python-check: Remove docker module. 6465931bbc is described below commit 6465931bbc118d4ed9da652b0be74ed844b52b2a Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Fri May 16 22:57:27 2025 +0100 gnu: packages/python-check: Remove docker module. * gnu/packages/python-check.scm: Remove unused docker module. Change-Id: I84889552350713f57c8a52e91baf212e7f1796a1 --- gnu/packages/python-check.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 8be53d098b..587fbac11e 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -58,7 +58,6 @@ #:use-module (gnu packages certs) #:use-module (gnu packages check) #:use-module (gnu packages django) - #:use-module (gnu packages docker) #:use-module (gnu packages jupyter) #:use-module (gnu packages maths) #:use-module (gnu packages mpi)