#380 Repair Jenkins tests
Merged 4 years ago by onosek. Opened 4 years ago by onosek.
onosek/fedpkg jenkins_tests  into  master

file modified
+1
@@ -2,3 +2,4 @@ 

  python-bugzilla

  rpkg

  six

+ rpm

file modified
-2
@@ -44,8 +44,6 @@ 

      bodhi = None

  

  

- 

- 

  class TestIsUpdateAborted(CliTestCase):

      """Test is_update_aborted"""

  

file modified
+1
@@ -1,5 +1,6 @@ 

  mock == 1.0.1

  nose == 1.3.7

+ coverage<5.0.0

  nose-cov

  cccolutils

  gitpython

Modified requirements and flake8 result applied.

Signed-off-by: Ondrej Nosek onosek@redhat.com

Looks good to me. I think when building rpm, it will cause Requires: python3.Xdist(rpm) to be added automatically, but that should be fine, since that should be provided by python3-rpm package.

Pull-Request has been merged by onosek

4 years ago