[Python-checkins] python/dist/src/Lib/test test_site.py,1.1,1.2

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Jun 8 14:25:52 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19795/Lib/test

Modified Files:
	test_site.py 
Log Message:
Removed test_sitepackages test.  Skip discovered that it only passed if Python
had already been installed previously.


Index: test_site.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_site.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_site.py	5 Jun 2004 01:12:51 -0000	1.1
--- test_site.py	8 Jun 2004 18:25:48 -0000	1.2
***************
*** 142,153 ****
          pass
  
-     def test_sitepackages(self):
-         # There should be a path that ends in site-packages
-         for path in sys.path:
-             if path.endswith("site-packages"):
-                 break
-         else:
-             self.fail("'site-packages' directory missing'")
- 
      def test_setting_quit(self):
          # 'quit' and 'exit' should be injected into __builtin__
--- 142,145 ----




More information about the Python-checkins mailing list