Skip to content

Commit

Permalink
PR cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 19, 2024
1 parent 5c1af20 commit c163030
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_install_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def test_extras_install(pipenv_instance_private_pypi):
assert "chardet" in p.lockfile["default"]
assert "idna" in p.lockfile["default"]
assert "urllib3" in p.lockfile["default"]
for entry in p.lockfile["default"]:
print(entry)
assert "pysocks" in p.lockfile["default"]


Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_install_uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_urls_work(pipenv_instance_pypi):
dep = list(p.pipfile["packages"].values())[0]
assert "file" in dep, p.pipfile

print(p.lockfile["default"])
dep = p.lockfile["default"]["dataclasses-json"]
assert "file" in dep, p.lockfile

Expand Down

0 comments on commit c163030

Please sign in to comment.