I'm trying to build an RPM from the package at PyPI and part of the build process is to run a package's testsuite in the build environment. Tests that need the fixtures fail because the fixtures directory is not part of the source tarball (downloaded from PyPI). I can work around that by adding another source tarball that contains the fixtures, but it would be great if the fixtures were part of the released tarball.
I'm trying to build an RPM from the package at PyPI and part of the build process is to run a package's testsuite in the build environment. Tests that need the fixtures fail because the fixtures directory is not part of the source tarball (downloaded from PyPI). I can work around that by adding another source tarball that contains the fixtures, but it would be great if the fixtures were part of the released tarball.
Short test summary with list of failed tests:
This is the error that I see multiple times: