From 53199875aa07d988c6945f9d314ee90d7a000e92 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 7 Mar 2023 20:08:47 -0500 Subject: [PATCH] Fix pipenv venv stuff Fixes https://github.com/teaxyz/pantry.extra/issues/420 --- projects/pipenv.pypa.io/package.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/projects/pipenv.pypa.io/package.yml b/projects/pipenv.pypa.io/package.yml index eb7d34a1..bccc4d80 100644 --- a/projects/pipenv.pypa.io/package.yml +++ b/projects/pipenv.pypa.io/package.yml @@ -3,7 +3,7 @@ distributable: strip-components: 1 versions: - github: pypa/pipenv/releases/tags # reads github *releases* but uses the tags of those releases + github: pypa/pipenv/releases/tags strip: /^v/ dependencies: @@ -16,9 +16,11 @@ build: script: python-venv.sh {{prefix}}/bin/pipenv -test: +runtime: env: - PIPENV_IGNORE_VIRTUALENVS: true # ignore existing venv and create new one for testing + PIPENV_IGNORE_VIRTUALENVS: 1 + +test: script: | test "$(pipenv --version)" = "pipenv, version {{version}}" mkdir -p tmp_test