#3 Temporarily skip Python 2 tests
Merged 4 years ago by jcline. Opened 4 years ago by churchyard.
rpms/ churchyard/fedmsg skip_py2ftbfs  into  master

file modified
+2 -2
@@ -29,7 +29,7 @@ 

  BuildRequires:  python2-devel

  BuildRequires:  python2-kitchen

  BuildRequires:  python2-mock

- BuildRequires:  python2-moksha-hub >= 1.3.2

+ #BuildRequires:  python2-moksha-hub >= 1.3.2

  BuildRequires:  python2-setuptools

  BuildRequires:  python2-six

  BuildRequires:  python2-sqlalchemy
@@ -164,7 +164,7 @@ 

  

  

  %check

- PYTHONPATH=$(pwd) py.test fedmsg

+ #PYTHONPATH=$(pwd) py.test-2 fedmsg

  PYTHONPATH=$(pwd) py.test-3 fedmsg

  

  # Remove compiled .py files from config caused by the tests reading the config

To be reverted after the Python 3.8 rebuild.

Pull-Request has been merged by jcline

4 years ago
Metadata