mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Drops prettytoml/contoml form vendors
This commit is contained in:
@@ -160,4 +160,4 @@ version = "*"
|
||||
with open(p.pipfile_path) as f:
|
||||
contents = f.read()
|
||||
assert "[packages.requests]" not in contents
|
||||
assert 'requests = { version = "*" }' in contents
|
||||
assert 'requests = {version = "*"}' in contents
|
||||
|
||||
Reference in New Issue
Block a user