Page MenuHomeDevCentral

Document Python dependencies
ClosedPublic

Authored by dereckson on Nov 13 2017, 00:34.
Tags
None
Referenced Files
F10822199: D1190.id3047.diff
Sun, Jul 27, 21:11
F10797236: D1190.id3048.diff
Sun, Jul 27, 03:41
Unknown Object (File)
Sat, Jul 26, 17:02
Unknown Object (File)
Sat, Jul 26, 12:11
Unknown Object (File)
Fri, Jul 25, 20:13
Unknown Object (File)
Fri, Jul 25, 16:30
Unknown Object (File)
Fri, Jul 25, 16:16
Unknown Object (File)
Fri, Jul 25, 15:08
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.