summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2017-02-07 16:42:09 +0100
committerRyan Petrello <rpetrell@redhat.com>2017-02-07 18:37:05 +0100
commitf4d55659f0bbf365427a8e1b2884903875bff82d (patch)
tree6af5fe3703a111175cb86682505b40796256423a /tox.ini
parentMerge pull request #5207 from ryanpetrello/fix-4356 (diff)
downloadawx-f4d55659f0bbf365427a8e1b2884903875bff82d.tar.xz
awx-f4d55659f0bbf365427a8e1b2884903875bff82d.zip
enforce a sane default OPT_NETWORK_TIMEOUT for LDAP connections
see: #5208
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 54effa178f..cc7b0f1012 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ commands =
python setup.py develop
# coverage run --help
# coverage run -p --source awx/main/tests -m pytest {posargs}
- py.test awx/main/tests awx/conf/tests {posargs:-k 'not old'}
+ py.test awx/main/tests awx/conf/tests awx/sso/tests {posargs:-k 'not old'}
[testenv:ui]
deps =