diff options
author | Yanis Guenane <yguenane@gmail.com> | 2020-12-07 13:00:49 +0100 |
---|---|---|
committer | Yanis Guenane <yguenane@gmail.com> | 2021-03-24 21:02:32 +0100 |
commit | e04e4e8c85e31d6add061328c11420eac7c8b733 (patch) | |
tree | f9272b9beb2eaa38eb232b6eae117bab8b64f4be /pytest.ini | |
parent | Merge pull request #9201 from amolgautam25/issue_5057 (diff) | |
download | awx-e04e4e8c85e31d6add061328c11420eac7c8b733.tar.xz awx-e04e4e8c85e31d6add061328c11420eac7c8b733.zip |
Python: Bump to python 3.8
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 4 |
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 = |