Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Nov 30, 2020
1 parent 15fb479 commit fd73c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redbot/pytest/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def repo(tmp_path):
repo_folder = tmp_path / "repos" / "squid"
repo_folder.mkdir(parents=True, exist_ok=True)

Repo.PIP_VERSION_INFO = (20, 3, 0)

return Repo(
url="https://github.com/tekulvw/Squid-Plugins",
name="squid",
Expand Down

0 comments on commit fd73c2d

Please sign in to comment.