summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorShane McDonald <shanemcd@redhat.com>2020-12-27 03:29:22 +0100
committerShane McDonald <shanemcd@redhat.com>2020-12-27 03:29:22 +0100
commit6f9862c72e98dc2f0e77bbeae997190201cf2efb (patch)
tree0a243aae3005ea6161d2c8ea712c928942297b2a /pytest.ini
parentExplicitly run image_build and image_push on localhost (diff)
downloadawx-6f9862c72e98dc2f0e77bbeae997190201cf2efb.tar.xz
awx-6f9862c72e98dc2f0e77bbeae997190201cf2efb.zip
Sweeping replace of old dev venv paths
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 ff89dc85f3..fc407b5f17 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,7 @@
[pytest]
DJANGO_SETTINGS_MODULE = awx.settings.development
-python_paths = /venv/tower/lib/python3.6/site-packages
-site_dirs = /venv/tower/lib/python3.6/site-packages
+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_files = *.py
addopts = --reuse-db --nomigrations --tb=native
markers =