From b9a14a3bb4c5432ebd4c0d1870a3790af90bb166 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 3 Nov 2023 09:36:21 -0400 Subject: [PATCH] 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 --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 8a1e82820d43..afa39c0e63bc 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 =