diff options
Diffstat (limited to 'app-doc/ford')
-rw-r--r-- | app-doc/ford/ford-6.1.8.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-doc/ford/ford-6.1.8.ebuild b/app-doc/ford/ford-6.1.8.ebuild index 2293d62f5..a0e690c66 100644 --- a/app-doc/ford/ford-6.1.8.ebuild +++ b/app-doc/ford/ford-6.1.8.ebuild @@ -36,6 +36,11 @@ DOCS=( CHANGELOG.md README.md README.rst ) distutils_enable_tests pytest +EPYTEST_IGNORE=( + # app-doc/ford-6.1.8 'test/test_projects/test_external_project.py' use external url + test/test_projects/test_external_project.py +) + python_test(){ # The 'test/test_projects' tests use subprocess, i.e. require FORD to be installed. distutils_install_for_testing |