From c00a96412f2d8a425fb07b2a23dde76e10554137 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 16 Jan 2017 08:15:25 -0500 Subject: A cleaner way to exclude Jython concerns from meta-coverage. --- tests/test_farm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_farm.py') diff --git a/tests/test_farm.py b/tests/test_farm.py index f9b79a23..4a80be47 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -31,7 +31,7 @@ TEST_FILES = glob.glob("tests/farm/*/*.py") def test_farm(filename): if env.JYTHON: # All of the farm tests use reporting, so skip them all. - skip("Farm tests don't run on Jython") # pragma: only jython + skip("Farm tests don't run on Jython") FarmTestCase(filename).run_fully() -- cgit v1.2.1