mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
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:
@@ -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]",
|
||||
),
|
||||
(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user