mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-02 10:20:31 +08:00
Fix unit tests
This commit is contained in:
@@ -40,7 +40,7 @@ RUN yum -y install \
|
||||
rpm-build \
|
||||
&& yum clean all
|
||||
# We currently require a newer versions of these Python packages for the tests
|
||||
RUN pip install --upgrade flask-sqlalchemy pytest flake8
|
||||
RUN pip install --upgrade flask-sqlalchemy pytest flake8 tox
|
||||
# TODO: Consider making this a volume instead
|
||||
COPY . .
|
||||
# We install the python-koji RPM but it doesn't register as installed through pip.
|
||||
|
||||
Reference in New Issue
Block a user