Turn on deprecation warnings post-Django 1.11 for bokchoy tests.
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -341,7 +341,8 @@ class BokChoyTestSuite(TestSuite):
|
||||
cmd.append("--rcfile={}".format(self.coveragerc))
|
||||
else:
|
||||
cmd += [
|
||||
"python"
|
||||
"python",
|
||||
"-Wd",
|
||||
]
|
||||
cmd += [
|
||||
"-m",
|
||||
|
||||
Reference in New Issue
Block a user