Page MenuHomeDevCentral

Document Python dependencies
ClosedPublic

Authored by dereckson on Nov 13 2017, 00:34.
Tags
None
Referenced Files
F7157023: D1190.diff
Mon, Apr 21, 15:32
Unknown Object (File)
Sun, Apr 20, 16:00
Unknown Object (File)
Thu, Apr 17, 02:21
Unknown Object (File)
Wed, Apr 16, 14:47
Unknown Object (File)
Tue, Apr 15, 12:21
Unknown Object (File)
Tue, Apr 15, 07:58
Unknown Object (File)
Fri, Apr 11, 10:42
Unknown Object (File)
Thu, Apr 10, 17:16
Subscribers
None

Details

Test Plan
$ python3 -m venv /path/to/new-venv
$ source /path/to/new-venv/bin/activate
$ pip install -r requirements.txt
$ cd _tests
$ make
python -m unittest discover modules
........
----------------------------------------------------------------------
Ran 8 tests in 0.196s

OK

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Nov 13 2017, 01:11
This revision was automatically updated to reflect the committed changes.