[cig-commits] [commit] baagaard/remove-python-eggs: Remove Python egg stuff from full-scale test scripts. (19f56ba)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Sep 26 14:51:35 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : baagaard/remove-python-eggs
Link       : https://github.com/geodynamics/pylith/compare/826fd40423a5b028e8d7f0c2cab0bab40811d6c6...19f56bad386609fa2a8b1b0db9a77ce3b918de2f

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

commit 19f56bad386609fa2a8b1b0db9a77ce3b918de2f
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Sep 26 14:53:08 2013 -0700

    Remove Python egg stuff from full-scale test scripts.


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

19f56bad386609fa2a8b1b0db9a77ce3b918de2f
 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 d5e5025..c8ffcff 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