Feature 10296 Pip Standardization 32/10532/6
authorbeierlm <mark.beierl@canonical.com>
Tue, 23 Mar 2021 20:04:34 +0000 (16:04 -0400)
committerbeierlm <mark.beierl@canonical.com>
Tue, 6 Apr 2021 21:11:33 +0000 (22:11 +0100)
commita1f627a5cd320c23d771c786039eeb4a858be954
tree2e032cb869b7f7bf7c4a5c9b8871d257cf512b92
parent4f0c93dda5c2bebf4a53c07d83de18c355ee6d8c
Feature 10296 Pip Standardization

Cleanup of Dockerfile
Moved requirements from devops/docker/tests/Dockerfile into this
module so they are visible.

Added pylint and safety hooks.
Added place for unit tests, but none are written yet, so does not
run them.

Change-Id: I75ce40c558bd9bc8975269dca681ba84678e6de6
Signed-off-by: beierlm <mark.beierl@canonical.com>
.gitignore
Dockerfile
build-debpkg.sh
requirements-dev.in [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements.in [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
robot-systest/resources/__init__.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]