From 6c4ae2912bcac75bbb39a55891060465fa4e53b2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Sep 2025 16:04:17 +0100 Subject: [PATCH] gnu: python-google-pasta: Fix tests. * gnu/packages/python-xyz.scm (python-google-pasta)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Ie0436d9735aabd02b9f58f17d64e6167cd5d744f --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1b84ff631071d65a4cfe0abe7f915cc2243726cb..d378a3bd287cf2814565c5b8e90087947e45f8f6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17706,7 +17706,7 @@ should be stored on various operating systems.") (base32 "0vm1r1jlaiagj0l9yf7j6zn9w3733dr2169911c0svgrr3gwiwn9")))) (build-system pyproject-build-system) (propagated-inputs (list python-six)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/google/pasta") (synopsis "AST-based Python refactoring library") (description "This package provides \"pasta\", an AST-based Python