From ce04f914e505fae9df1e514abe1b78368abffa81 Mon Sep 17 00:00:00 2001 From: xi Date: Fri, 3 Oct 2008 18:24:11 +0000 Subject: Dropped tests from the source distribution since LibYAML bindings do not pass them; updated README and announcement.msg; renamed 'yaml.__libyaml__' to 'yaml.__with_libyaml__'. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@295 18f92427-320e-0410-9341-c67f048884a3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dba2e31..610e477 100644 --- a/setup.py +++ b/setup.py @@ -256,7 +256,7 @@ if __name__ == '__main__': distclass=Distribution, cmdclass={ 'build_ext': build_ext, - 'test': test, +# 'test': test, }, ) -- cgit v1.2.1