diff options
author | Alan Rominger <arominge@redhat.com> | 2023-04-25 19:31:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 19:31:46 +0200 |
commit | 0a13762f1182cde948e37cd9a963ead233117051 (patch) | |
tree | 26dad7094490466dd026b9d1d70f939e45fa8c91 /pytest.ini | |
parent | Adding "password": "$encrypted$" to user serializer (#13704) (diff) | |
download | awx-0a13762f1182cde948e37cd9a963ead233117051.tar.xz awx-0a13762f1182cde948e37cd9a963ead233117051.zip |
Use separate module for pytest settings (#13895)
* Use separate module for test settings
* Further refine some pre-existing comments in settings
* Add CACHES to setting snapshot exceptions to accommodate changed load order
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini index d4ffd2db9b..8a1e82820d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -DJANGO_SETTINGS_MODULE = awx.settings.development +DJANGO_SETTINGS_MODULE = awx.main.tests.settings_for_test python_paths = /var/lib/awx/venv/tower/lib/python3.8/site-packages site_dirs = /var/lib/awx/venv/tower/lib/python3.8/site-packages python_files = *.py |