diff --git a/tests/python/pants_test/projects/test_testprojects_integration.py b/tests/python/pants_test/projects/test_testprojects_integration.py index 20bad38c6bb..eac32b7767d 100644 --- a/tests/python/pants_test/projects/test_testprojects_integration.py +++ b/tests/python/pants_test/projects/test_testprojects_integration.py @@ -65,7 +65,7 @@ def targets(self): 'testprojects/tests/java/org/pantsbuild/testproject/depman:old-tests', 'testprojects/tests/java/org/pantsbuild/testproject/htmlreport:htmlreport', 'testprojects/tests/java/org/pantsbuild/testproject/parallel.*', - 'testprojects/src/python/python_distribution/superhello_with_install_requires:main_with_conflicting_dep' + 'testprojects/src/python/python_distribution/superhello_with_install_requires.*' ] # May not succeed without java8 installed