diff options
author | Matthew Jones <matburt@redhat.com> | 2016-08-30 20:20:41 +0200 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2016-08-30 20:21:11 +0200 |
commit | 116e40dbe7ad3384a78591871218728a849feabc (patch) | |
tree | b51d7ab9cfab8eaff95e1b0a70350accbe6071cb /pytest.ini | |
parent | Merge pull request #3365 from AlanCoding/makefile_hot_fix (diff) | |
download | awx-116e40dbe7ad3384a78591871218728a849feabc.tar.xz awx-116e40dbe7ad3384a78591871218728a849feabc.zip |
Fix some venv issues related to the new dev env
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 03c814599c..2993b1f577 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [pytest] DJANGO_SETTINGS_MODULE = awx.settings.development -python_paths = venv/tower/lib/python2.7/site-packages -site_dirs = venv/tower/lib/python2.7/site-packages +python_paths = /venv/tower/lib/python2.7/site-packages +site_dirs = /venv/tower/lib/python2.7/site-packages python_files = *.py addopts = --reuse-db --nomigrations --tb=native markers = |