mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix outline table test to avoid pep517 builder
- Add poetry to test fixtures Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
Submodule tests/pypi updated: 1923638aee...ecbbb8775b
Reference in New Issue
Block a user