summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorSeth Foster <fosterseth@users.noreply.github.com>2023-11-03 14:36:21 +0100
committerGitHub <noreply@github.com>2023-11-03 14:36:21 +0100
commit53bc88abe21f4f6612c0a8fd1894cd254f4433f6 (patch)
tree173ed1a3c0c8fbf2af01af01544e0219f39fe80f /pytest.ini
parent[rsyslog] remove main_queue, add more action queue params (#14532) (diff)
downloadawx-53bc88abe21f4f6612c0a8fd1894cd254f4433f6.tar.xz
awx-53bc88abe21f4f6612c0a8fd1894cd254f4433f6.zip
Fix python_paths error in CI(#14622)
Remove outdated lines from pytest.ini Was causing KeyError 'python_paths' in CI Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 8a1e82820d..afa39c0e63 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,5 @@
[pytest]
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
addopts = --reuse-db --nomigrations --tb=native
markers =