Feature 10296 Pip Standardization 59/10859/4 v9.1.2 v9.1.3
authorbeierlm <mark.beierl@canonical.com>
Wed, 17 Feb 2021 12:22:20 +0000 (07:22 -0500)
committerbeierlm <mark.beierl@canonical.com>
Wed, 2 Jun 2021 10:10:17 +0000 (06:10 -0400)
commit75fd57c272c5192cd0c5a984c809b53def42a8fc
tree6430e1c8f1625dcadac0ec0c9a8ed6b1263c916b
parent850d961a222c96e1fa29f1b98d05c6c0e6b520b2
Feature 10296 Pip Standardization

Creates standard template for tox.ini
Introduces 'safety' for listing upstream CVEs
Pins all versions of all upstream modules
Removes dependencies from Makefile and Dockerfile
and places them into requirements.txt

Change-Id: If2c52b101bad455534096567b4d68c2baba05d22
Signed-off-by: beierlm <mark.beierl@canonical.com>
15 files changed:
Dockerfile
MANIFEST.in
Makefile
devops-stages/stage-build.sh
devops-stages/stage-test.sh
nose2.cfg [new file with mode: 0644]
requirements-dist.in [new file with mode: 0644]
requirements-dist.txt [new file with mode: 0644]
requirements-test.in [new file with mode: 0644]
requirements-test.txt [new file with mode: 0644]
requirements.in [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.py
stdeb.cfg
tox.ini