[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70739] [PATCH 047/714] gnu: python-docker-pycreds: Remove python-fl
From: |
Nicolas Graves |
Subject: |
[bug#70739] [PATCH 047/714] gnu: python-docker-pycreds: Remove python-flake8 native-input. |
Date: |
Fri, 3 May 2024 18:55:46 +0200 |
* gnu/packages/docker.scm (python-docker-pycreds):
[native-inputs]: Remove python-flake8.
Change-Id: I98966a387f433b47698ffa8c8dec952b354dbd7a
---
gnu/packages/docker.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index b18de182fe..adeff26af4 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -159,11 +159,9 @@ (define-public python-docker-pycreds
(lambda _
(substitute* "test-requirements.txt"
(("3.0.2") ,(package-version python-pytest))
- (("2.3.1") ,(package-version python-pytest-cov))
- (("2.4.1") ,(package-version python-flake8)))
- #t)))))
+ (("2.3.1") ,(package-version python-pytest-cov))))))))
(native-inputs
- (list python-flake8 python-pytest python-pytest-cov))
+ (list python-pytest python-pytest-cov))
(propagated-inputs
(list python-six))
(home-page "https://github.com/shin-/dockerpy-creds")
--
2.41.0
- [bug#70739] [PATCH 040/714] gnu: python-validators: Remove python-flake8 native-input., (continued)
- [bug#70739] [PATCH 040/714] gnu: python-validators: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 045/714] gnu: python-biom-format: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 038/714] gnu: python-argcomplete: Remove python-mypy native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 034/714] gnu: python-seaborn: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 042/714] gnu: python-marshmallow-jsonapi: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 043/714] gnu: python-crds: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 044/714] gnu: python-doubletdetection: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 041/714] gnu: python-marshmallow: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 046/714] gnu: scvelo: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 048/714] gnu: python-scikit-rf: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 047/714] gnu: python-docker-pycreds: Remove python-flake8 native-input.,
Nicolas Graves <=
- [bug#70739] [PATCH 049/714] gnu: python-mt-940: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 050/714] gnu: python-geopy: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 052/714] gnu: python-uqbar: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 054/714] gnu: python-imbalanced-learn: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 051/714] gnu: python-pygsp: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 053/714] gnu: python-funsor: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 058/714] gnu: python-linear-operator: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 056/714] gnu: python-pyro-api: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 059/714] gnu: python-gpytorch: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70739] [PATCH 071/714] gnu: python-yq: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03