diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7cf44d6b6b8..fe2b4b6d563 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5696,7 +5696,7 @@ code introspection, and logging.") (arguments `(#:tests? #f)) ;; Most tests seem to use the Internet. (propagated-inputs - (list git)) ;; pbr actually uses the "git" binary. + (list git-minimal/pinned)) ;; pbr actually uses the "git" binary. (native-inputs `(("python-fixtures" ,python-fixtures-bootstrap) ;; discover, coverage, hacking, subunit