Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=914988
--- Comment #2 from Shawn Iwinski shawn.iwinski@gmail.com --- (In reply to comment #1)
Same comment for Requires: foo >= x Requires: foo < y Should use Requires: foo >= x Conflicts: foo >= y
Can you please move test out of include_path ?
The reason why I kept the tests in the include path is because: 1) they were just classes that could be loaded with a common autoloader 2) they were only installed with the *-tests sub-package
Also, I ran into an issue with a package (Symfony's TwigBridge to be exact) that required test classes from another package (Symfony's Form) to be in the include path.
Notice : probably you can even not ship the test units. (they are usefull during build, but I don't think our users will need them)
OK. It was a little bit of a pain to sub-package tests. I will just not package them (but still run them in %check).