From 00bef5eac7ced03789d9a54ccced04c43010f51f Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 30 Mar 2020 15:30:49 -0400 Subject: [PATCH] Fix outline table test to avoid pep517 builder - Add poetry to test fixtures Signed-off-by: Dan Ryan --- tests/integration/test_install_basic.py | 4 ++-- tests/pypi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/test_install_basic.py b/tests/integration/test_install_basic.py index a6beb21d..88efd3ba 100644 --- a/tests/integration/test_install_basic.py +++ b/tests/integration/test_install_basic.py @@ -466,11 +466,11 @@ version = "*" extras = ["socks"] """.strip() f.write(contents) - c = p.pipenv("install plette") + c = p.pipenv("install flask") assert c.return_code == 0 with open(p.pipfile_path) as f: contents = f.read() assert "[packages.requests]" not in contents assert 'six = {version = "*"}' in contents assert 'requests = {version = "*"' in contents - assert 'plette = "*"' in contents + assert 'flask = "*"' in contents diff --git a/tests/pypi b/tests/pypi index 1923638a..ecbbb877 160000 --- a/tests/pypi +++ b/tests/pypi @@ -1 +1 @@ -Subproject commit 1923638aee441296130923610e6c2e3130057c44 +Subproject commit ecbbb8775b87be07d32afd70909750815b39ae60