Merge pull request #9423 from sbidoul/8368-no-deadline

Remove deprecation deadline for #8368
This commit is contained in:
Stéphane Bidoul 2021-01-09 13:42:00 +01:00 committed by GitHub
commit 5629e09a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ class InstallRequirement:
format(self.name)
),
replacement="to fix the wheel build issue reported above",
gone_in="21.0",
gone_in=None,
issue=8368,
)