Skip to content

Commit

Permalink
Fix pipenv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rwestergren authored and pgrzesik committed Oct 23, 2022
1 parent 955c27f commit ef4f0cc
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pipenv/Pipfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[source]]
url = "https://pypi.python.org/simple"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
Flask = "==2.0.3"
Expand Down
281 changes: 281 additions & 0 deletions tests/pipenv/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef4f0cc

Please sign in to comment.