Skip to content

Commit

Permalink
Revert "Start test coverage collection from tcms.wsgi module"
Browse files Browse the repository at this point in the history
This reverts commit 0da3f6c.
  • Loading branch information
atodorov committed Dec 17, 2023
1 parent d619490 commit 022004d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Dockerfile.kiwitcms
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ RUN /Kiwi/manage.py migrate && \
/Kiwi/manage.py createsuperuser --noinput --username super-root --email root@example.com

COPY ./sitecustomize.py /venv/lib/python3.9/site-packages/sitecustomize.py

# path the wsgi process to start coverage collection b/c that doesn't work with uwsgi
# in Kiwi TCMS v12.0 and later
RUN cat /venv/lib/python3.9/site-packages/sitecustomize.py >> /venv/lib/python3.9/site-packages/tcms/wsgi.py

0 comments on commit 022004d

Please sign in to comment.