File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ def _session_tests(session, sample):
184184 if os .path .exists (os .path .join (sample , 'requirements.txt' )):
185185 session .install ('-r' , 'requirements.txt' )
186186
187- session .run ('pytest' , * PYTEST_COMMON_ARGS )
187+ session .run ('pytest' , * ( PYTEST_COMMON_ARGS + session . posargs ) )
188188
189189
190190@nox .parametrize ('sample' , GAE_STANDARD_SAMPLES )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $TRAVIS_SECURE_ENV_VARS == "true" ]]; then
66 source ${TRAVIS_BUILD_DIR} /testing/test-env.sh;
77 export GOOGLE_APPLICATION_CREDENTIALS=${TRAVIS_BUILD_DIR} /testing/service-account.json
88 export GOOGLE_CLIENT_SECRETS=${TRAVIS_BUILD_DIR} /testing/client-secrets.json
9- nox --stop-on-first-error -s lint gae py35;
9+ nox --stop-on-first-error -s lint gae py35 -- -m " not slow " ;
1010else
1111 # only run lint on external PRs
1212 echo ' External PR: only running lint.'
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ pyyaml==3.12
1111responses == 0.5.1
1212WebTest == 2.0.23
1313webapp2 == 3.0.0b1
14+ google-api-python-client == 1.5.5
15+ google-cloud-core == 0.21.0
You can’t perform that action at this time.
0 commit comments