mirror of
https://github.com/django/django.git
synced 2025-01-06 08:25:50 +00:00
8c58caaf9d
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.
Backport of
|
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_pickle.py | ||
tests.py |