Update test url for discord link in tests

- Point at ref that actually exists

Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
Dan Ryan
2020-03-30 18:40:33 -04:00
parent 7923151d2b
commit 6aa9d66549
+2 -2
View File
@@ -51,11 +51,11 @@ DEP_PIP_PAIRS = [
# Extras in url
{
"discord.py": {
"file": "https://github.com/Rapptz/discord.py/archive/rewrite.zip",
"file": "https://github.com/Rapptz/discord.py/archive/async.zip",
"extras": ["voice"],
}
},
"https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]",
"https://github.com/Rapptz/discord.py/archive/async.zip#egg=discord.py[voice]",
),
(
{