Modifying test requirements & updating pdc.py to use the new 'module_build_service' name in place of 'rida'

This commit is contained in:
Courtney Pacheco
2016-10-25 03:43:20 -04:00
parent dbe26fcfb5
commit 29733e02e5
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ import modulemd
from pdc_client import PDCClient
from copr.client import CoprClient
import six
import rida
import module_build_service

View File

@@ -1,2 +1,3 @@
nose
mock
copr-backend