| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0952e89 commit b8792d9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,16 +14,14 @@ | |||
| 14 | 14 | ||
| 15 | 15 | import os | |
| 16 | 16 | ||
| 17 | - import six | ||
| 18 | - | ||
| 19 | - | ||
| 20 | 17 | # Import py.test hooks and fixtures for App Engine | |
| 21 | 18 | from gcp.testing.appengine import ( | |
| 22 | 19 | login, | |
| 23 | 20 | pytest_configure, | |
| 24 | 21 | pytest_runtest_call, | |
| 25 | 22 | run_tasks, | |
| 26 | 23 | testbed) | |
| 24 | + import six | ||
| 27 | 25 | ||
| 28 | 26 | (login) | |
| 29 | 27 | (pytest_configure) | |
@@ -33,7 +31,7 @@ | |||
| 33 | 31 | ||
| 34 | 32 | ||
| 35 | 33 | def pytest_ignore_collect(path, config): | |
| 36 | - """Skip App Engine tests in python 3 and if no SDK is available.""" | ||
| 34 | + """Skip App Engine tests in python 3 or if no SDK is available.""" | ||
| 37 | 35 | if 'appengine/standard' in str(path): | |
| 38 | 36 | if six.PY3: | |
| 39 | 37 | return True | |
| Back | FazBrowse Home | New Git URL |
0 commit comments