Turn on deprecation warnings post-Django 1.11 for bokchoy tests.

This commit is contained in:
John Eskew
2017-12-06 15:07:51 -05:00
parent 50ebfaf734
commit 4bbc3aa37a
2 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ class TestPaverBokChoyCmd(unittest.TestCase):
"SELENIUM_DRIVER_LOG_DIR='{}/test_root/log{}'".format(REPO_DIR, shard_str),
"VERIFY_XSS='{}'".format(verify_xss),
"python",
"-Wd",
"-m",
"pytest",
"{}/common/test/acceptance/{}".format(REPO_DIR, name),

View File

@@ -341,7 +341,8 @@ class BokChoyTestSuite(TestSuite):
cmd.append("--rcfile={}".format(self.coveragerc))
else:
cmd += [
"python"
"python",
"-Wd",
]
cmd += [
"-m",