Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading setup.cfg +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ test_requires = pytest pytest-console-scripts pytest-cov pytest-order >= 1.1.0 packages = find: Loading Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
setup.cfg +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ test_requires = pytest pytest-console-scripts pytest-cov pytest-order >= 1.1.0 packages = find: Loading