-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some blockers for Python3.8 support. (#516)
Remove some blockers for Python3.8 support. 1. Only use pytype on 3.7 since it doesn't work on 3.8+ 2. Skip a test that hangs if not on Python3.7. Also, mark a test as "slow" instead of "long" and register the marker to avoid getting the warnings.
- Loading branch information
1 parent
252fb5d
commit 60eee49
Showing
4 changed files
with
16 additions
and
2 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
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,2 +1,5 @@ | ||
[pytest] | ||
norecursedirs = docs/_site/* docs/vendor/* third_party/* .venv/* | ||
|
||
markers = | ||
slow: marks tests as slow (deselect with '-m "not slow"') |