summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-02-09 17:06:52 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-02-09 17:11:52 +0100
commit64b02e3017b50a17a087ee821522a1cb8e066f27 (patch)
tree3e12202078eb03d5d1d2ede313c8c77ad585e880 /MANIFEST.in
parentd9516e8dc32db9494139a733ae3a535d2f89c6e1 (diff)
downloadpygobject-64b02e3017b50a17a087ee821522a1cb8e066f27.tar.gz
tests: remove locale test for uppercasing C names
Someone on IRC had problems running the test suite, and that's not the first time, so remove it for now (added in 63c7f17c2248) The locale generation adds extra dependencies and only works on Linux, and while the test does something useful it complicates things too much. We need to find a better way (in Python if possible) to test for locale dependend upper()/lower().
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a4486fb3..e8aeecbb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -14,6 +14,6 @@ include .gitlab-ci.yml
recursive-include examples *.py *.am *.png *.css *.ui *.gif *.gresource *.jpg *.xml
recursive-include gi *.am *.h
recursive-include pygtkcompat *.am
-recursive-include tests *.py *.c *.h *.xml *.supp *nouppera *.am
+recursive-include tests *.py *.c *.h *.xml *.supp *.am
recursive-include docs *.rst *.svg LICENSE *.ico *.png *.css *.py *.dia Makefile
recursive-include .gitlab-ci *.sh *.rst Dockerfile