From c45746385526dba32c6c588221d1a652c0c54a5f Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Thu, 19 Apr 2018 03:00:29 +0300 Subject: [PATCH] wcwidth: use pytest for testing --- .../{wcwidth-0.1.7.exheres-0 => wcwidth-0.1.7-r1.exheres-0} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/dev-python/wcwidth/{wcwidth-0.1.7.exheres-0 => wcwidth-0.1.7-r1.exheres-0} (85%) diff --git a/packages/dev-python/wcwidth/wcwidth-0.1.7.exheres-0 b/packages/dev-python/wcwidth/wcwidth-0.1.7-r1.exheres-0 similarity index 85% rename from packages/dev-python/wcwidth/wcwidth-0.1.7.exheres-0 rename to packages/dev-python/wcwidth/wcwidth-0.1.7-r1.exheres-0 index 48e5700a..e45bd7cf 100644 --- a/packages/dev-python/wcwidth/wcwidth-0.1.7.exheres-0 +++ b/packages/dev-python/wcwidth/wcwidth-0.1.7-r1.exheres-0 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 require github [ user="jquast" ] -require pypi setup-py [ import=setuptools ] +require pypi setup-py [ import=setuptools test=pytest ] SUMMARY="Measures number of Terminal column cells of wide-character codes"