Commit 23732c38 authored by Sebastien Tourbier's avatar Sebastien Tourbier
Browse files

feat: install pytest-order in Dockerfile and test config of setup.cfg

parent bc1bf4bc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -133,7 +133,8 @@ COPY datahipy ./datahipy
# Install datahipy with static version taken from the argument
ARG VERSION=unknown
RUN echo "${VERSION}" > /apps/datahipy/datahipy/VERSION \
    && pip install -e ".[test]"
    && pip install -e ".[test]" \
    && pip install pytest-order

###############################################################################
# Create initial folders for testing / code coverage with correct permissions
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ test_requires =
    pytest
    pytest-console-scripts
    pytest-cov
    pytest-order >= 1.1.0

packages = find: