[cig-commits] [commit] v1.9-stable: Remove Python egg stuff from full-scale test scripts. (f8e502d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Sep 26 14:59:25 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : v1.9-stable
Link       : https://github.com/geodynamics/pylith/compare/0cc6271e68f0277dec5f41f9903c03a8cf81928d...f8e502db9405046ef98de812ede4ecce87e96e22

>---------------------------------------------------------------

commit f8e502db9405046ef98de812ede4ecce87e96e22
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Sep 26 15:01:05 2013 -0700

    Remove Python egg stuff from full-scale test scripts.


>---------------------------------------------------------------

f8e502db9405046ef98de812ede4ecce87e96e22
 tests_auto/1d/line2/testpylith.py    | 2 --
 tests_auto/1d/line3/testpylith.py    | 2 --
 tests_auto/2d/quad4/testpylith.py    | 2 --
 tests_auto/2d/quad9/testpylith.py    | 2 --
 tests_auto/2d/tri3/testpylith.py     | 2 --
 tests_auto/2d/tri6/testpylith.py     | 2 --
 tests_auto/3d/hex8/testpylith.py     | 2 --
 tests_auto/3d/tet4/testpylith.py     | 2 --
 tests_auto/3dnew/hex8/testpylith.py  | 2 --
 tests_auto/3dnew/tet10/testpylith.py | 2 --
 tests_auto/3dnew/tet4/testpylith.py  | 2 --
 tests_auto/eqinfo/test_eqinfo.py     | 2 --
 tests_auto/petsc/testpetsc.py        | 2 --
 13 files changed, 26 deletions(-)

diff --git a/tests_auto/1d/line2/testpylith.py b/tests_auto/1d/line2/testpylith.py
index b7675e2..8e5fbe7 100755
--- a/tests_auto/1d/line2/testpylith.py
+++ b/tests_auto/1d/line2/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/1d/line3/testpylith.py b/tests_auto/1d/line3/testpylith.py
index ad34567..6e7ede8 100755
--- a/tests_auto/1d/line3/testpylith.py
+++ b/tests_auto/1d/line3/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/2d/quad4/testpylith.py b/tests_auto/2d/quad4/testpylith.py
index 4925ea1..554543a 100755
--- a/tests_auto/2d/quad4/testpylith.py
+++ b/tests_auto/2d/quad4/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/2d/quad9/testpylith.py b/tests_auto/2d/quad9/testpylith.py
index 329ebf0..48d8768 100755
--- a/tests_auto/2d/quad9/testpylith.py
+++ b/tests_auto/2d/quad9/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/2d/tri3/testpylith.py b/tests_auto/2d/tri3/testpylith.py
index 87e3d04..ad588b0 100755
--- a/tests_auto/2d/tri3/testpylith.py
+++ b/tests_auto/2d/tri3/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/2d/tri6/testpylith.py b/tests_auto/2d/tri6/testpylith.py
index 87e3d04..ad588b0 100755
--- a/tests_auto/2d/tri6/testpylith.py
+++ b/tests_auto/2d/tri6/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/3d/hex8/testpylith.py b/tests_auto/3d/hex8/testpylith.py
index 2f40b9f..1ee10c7 100755
--- a/tests_auto/3d/hex8/testpylith.py
+++ b/tests_auto/3d/hex8/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/3d/tet4/testpylith.py b/tests_auto/3d/tet4/testpylith.py
index 96974d0..eb77f48 100755
--- a/tests_auto/3d/tet4/testpylith.py
+++ b/tests_auto/3d/tet4/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/3dnew/hex8/testpylith.py b/tests_auto/3dnew/hex8/testpylith.py
index d8e1aa0..5ceccd6 100755
--- a/tests_auto/3dnew/hex8/testpylith.py
+++ b/tests_auto/3dnew/hex8/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/3dnew/tet10/testpylith.py b/tests_auto/3dnew/tet10/testpylith.py
index d8e1aa0..5ceccd6 100755
--- a/tests_auto/3dnew/tet10/testpylith.py
+++ b/tests_auto/3dnew/tet10/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/3dnew/tet4/testpylith.py b/tests_auto/3dnew/tet4/testpylith.py
index d8e1aa0..5ceccd6 100755
--- a/tests_auto/3dnew/tet4/testpylith.py
+++ b/tests_auto/3dnew/tet4/testpylith.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/eqinfo/test_eqinfo.py b/tests_auto/eqinfo/test_eqinfo.py
index 07cfcc1..153f3a2 100755
--- a/tests_auto/eqinfo/test_eqinfo.py
+++ b/tests_auto/eqinfo/test_eqinfo.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():
diff --git a/tests_auto/petsc/testpetsc.py b/tests_auto/petsc/testpetsc.py
index 7f3182c..6006444 100755
--- a/tests_auto/petsc/testpetsc.py
+++ b/tests_auto/petsc/testpetsc.py
@@ -16,8 +16,6 @@
 # ======================================================================
 #
 
-__requires__ = "PyLith"
-
 import unittest
 
 def suite():



More information about the CIG-COMMITS mailing list