diff --git a/dev-python/retworkx/retworkx-0.11.0.ebuild b/dev-python/retworkx/retworkx-0.11.0.ebuild index c941326a3d..107fcce5fc 100644 --- a/dev-python/retworkx/retworkx-0.11.0.ebuild +++ b/dev-python/retworkx/retworkx-0.11.0.ebuild @@ -99,6 +99,9 @@ RDEPEND=">=dev-python/numpy-1.16.0" distutils_enable_tests pytest +# Libraries built with rust do not use CFLAGS and LDFLAGS. +QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/retworkx/retworkx.*\\.so" + python_test() { # We have to hide the source code directory so tests # do not use these, but instead the compiled library.