From 86ad139c7b997defa263ce3ebc2efde17b77e009 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 14 Dec 2020 15:26:57 +0100 Subject: [PATCH] Fix --require-hashes mode in GitHub Actions - GitHub Actions complains about missing hashes in poetry's export of pinned dependencies - as an example, see https://github.com/webartifex/urban-meal-delivery/runs/1550750320 --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index a86cb05..3c9d3e0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -529,6 +529,7 @@ def _install_packages(session: Session, *packages_or_pip_args: str, **kwargs) -> '--dev', '--format=requirements.txt', f'--output={requirements_txt.name}', + '--without-hashes', external=True, ) session.install(