| commit | e3a0cdc857724350397aefe669453934f5da327a | [log] [tgz] |
|---|---|---|
| author | Brian Haley <bhaley@redhat.com> | Tue May 12 11:12:03 2020 -0400 |
| committer | Brian Haley <bhaley@redhat.com> | Tue May 12 11:12:03 2020 -0400 |
| tree | f4cadb64b641391eeac1e9f637ff9437c9b313c1 | |
| parent | 30e13ba32426bf0ce177bcfd0d3df3ebcd4f4a7c [diff] |
Add nose to requirements.txt
api/test_extension_driver_port_security.py imports ddt, which
fails locally running pep8 with:
import ddt
from nose.tools import nottest
ModuleNotFoundError: No module named 'nose'
Adding nose to requirements.txt fixes this.
Trivialfix
Change-Id: Ie5387a10fc18ecad53dc5dda2df3dcdaf641cd2f