summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorYanis Guenane <yguenane@gmail.com>2020-12-07 13:00:49 +0100
committerYanis Guenane <yguenane@gmail.com>2021-03-24 21:02:32 +0100
commite04e4e8c85e31d6add061328c11420eac7c8b733 (patch)
treef9272b9beb2eaa38eb232b6eae117bab8b64f4be /pytest.ini
parentMerge pull request #9201 from amolgautam25/issue_5057 (diff)
downloadawx-e04e4e8c85e31d6add061328c11420eac7c8b733.tar.xz
awx-e04e4e8c85e31d6add061328c11420eac7c8b733.zip
Python: Bump to python 3.8
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index fc407b5f17..d5d7273433 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,7 @@
[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
-python_paths = /var/lib/awx/venv/tower/lib/python3.6/site-packages
-site_dirs = /var/lib/awx/venv/tower/lib/python3.6/site-packages
+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
addopts = --reuse-db --nomigrations --tb=native
markers =