https://bugzilla.redhat.com/show_bug.cgi?id=1386563 --- Comment #10 from Orion Poplawski <orion@xxxxxxxxxxxxx> --- Hmm, python2 tests fail on EPEL7. First due to a bug in python-py, see bug #1389113. Updating python-py on my system I then get: =================================== FAILURES =================================== ____________________ TestAnchorsAliases.test_reused_anchor _____________________ self = <test_anchor.TestAnchorsAliases instance at 0x2e62b00> def test_reused_anchor(self): yaml = ''' - &a x: 1 - <<: *a - &a x: 2 - <<: *a ''' > with pytest.warns(ReusedAnchorWarning): E AttributeError: 'module' object has no attribute 'warns' _test/test_anchor.py:243: AttributeError which is probably due to an old pytest. With python34 I get: E ImportError: No module named 'typing' Looks like the typing module can in with python 3.5. Perhaps we can get a python34-typing package. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx