From 812ba87f379f80f6a4e5c14e36767486b08adff6 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Thu, 15 Mar 2012 15:22:13 +0100 Subject: [PATCH] add acomment so highlighting won\'t fail --- doc/goodpractises.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/goodpractises.txt b/doc/goodpractises.txt index 8e2fb2324..89836b659 100644 --- a/doc/goodpractises.txt +++ b/doc/goodpractises.txt @@ -115,7 +115,7 @@ to support running a pytest from test requirements:: pytest.main(self.test_args) setup( - ..., + #..., tests_require=['pytest'], cmdclass = {'test': pytest}, )