django/tests/model_regress
David D. Riddle 31e6c9c8e3 Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCL
The test failed on RHEL6 systems running python 2.7 from a RedHat
Software Collection (SCL) because this test runs an external python
script with a stripped system environment. RedHat SCLs work by setting
a number of system environment variables when these are stripped out by
this test the python 2.7 interpreter is no longer able to function
properly because it can not find the system libraries needed.

Now we use use mock to modify the system environment directly.
2015-04-29 12:28:24 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
test_pickle.py Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCL 2015-04-29 12:28:24 -04:00
tests.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00