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>
diff --git a/build-debpkg.sh b/build-debpkg.sh
index 61cf51b..bd8955a 100755
--- a/build-debpkg.sh
+++ b/build-debpkg.sh
@@ -16,7 +16,7 @@
PKG_DIRECTORIES="robot-systest"
-PKG_FILES="CONTRIBUTING.md LICENSE README.md charm.sh"
+PKG_FILES="CONTRIBUTING.md LICENSE README.md charm.sh requirements.txt"
MDG_NAME=tests
DEB_INSTALL=debian/osm-${MDG_NAME}.install
export DEBEMAIL="gerardo.garciadeblas@telefonica.com"