mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
There is a python bug that in 2.7.5 that is causing the unittest failures on centos_atomic. The bug is related to how regex is compiled and used. Adding a simple decorator to skip tests that fail because of that in the trust tests. Closes: #848 Approved by: baude