-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package search failure handling (#1213)
* Drop Python36 tests Python36 support was dropped in 837a47. This removes py36 tests from tox. * (fix)[wizard]: Search Error Update Fixed an issue where searching for PoGo would fail and cause a traceback in the wizard.
- Loading branch information
1 parent
ea1b08e
commit b3a4355
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tox] | ||
envlist= | ||
lint | ||
py{36,37,38} | ||
py{37,38} | ||
PYTHONPATH = {toxinidir}:/usr/src/app | ||
|
||
[testenv] | ||
|