#2853 Try getting jenkins a little further than what it does now
Closed 6 years ago by pingou. Opened 6 years ago by pingou.

file modified
+4
@@ -35,6 +35,8 @@ 

      pip install -r requirements.txt

      pip install psycopg2

      pip install python-openid python-openid-teams python-openid-cla

+     # Install optional dependencies, we need them all for the tests

+     pip install py-bcrypt python-fedora flask-oidc cryptography

  

      pip uninstall cffi -y

  else
@@ -46,6 +48,8 @@ 

  # Reload where the nosetests app is (within the venv)

  hash -r

  

+ # Do not run the tests against faitout anymore, faitout is unhappy

+ sed -i -e 's|BUILD_ID|BUID_ID|' tests/__init__.py

  

  python setup.py build

  

no initial comment

:raised_hands: :thumbsup: :clap:

Let make jenkins green again

There is one more change coming up that should help as well

1 new commit added

  • Disable faitout in jenkins for now
6 years ago

Going to close this, I'm working on getting pagure set up in ci.centos.org and using a different branch for it.

Pull-Request has been closed by pingou

6 years ago