This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new c2384cebc3d [SPARK-42859][PS][TESTS][FOLLOW-UPS] Delete unused file 
`test_parity_template.py`
c2384cebc3d is described below

commit c2384cebc3dc49753dc2031a30e2b11e944bc637
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Fri May 26 09:30:30 2023 +0800

    [SPARK-42859][PS][TESTS][FOLLOW-UPS] Delete unused file 
`test_parity_template.py`
    
    ### What changes were proposed in this pull request?
    Delete unused file `test_parity_template.py`
    
    ### Why are the changes needed?
    it is not used in CI (not listed in `modules.py`)
    
    ### Does this PR introduce _any_ user-facing change?
    No, test-only
    
    ### How was this patch tested?
    CI
    
    Closes #41322 from zhengruifeng/del_unused_test.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 .../pandas/tests/connect/test_parity_template.py   | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/python/pyspark/pandas/tests/connect/test_parity_template.py 
b/python/pyspark/pandas/tests/connect/test_parity_template.py
deleted file mode 100644
index 6f8c98e26e2..00000000000
--- a/python/pyspark/pandas/tests/connect/test_parity_template.py
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-import unittest
-
-from pyspark.pandas.tests.test_dataframe import DataFrameTestsMixin
-from pyspark.testing.connectutils import ReusedConnectTestCase
-from pyspark.testing.pandasutils import PandasOnSparkTestUtils
-
-
-class DataFrameParityTests(DataFrameTestsMixin, PandasOnSparkTestUtils, 
ReusedConnectTestCase):
-    pass
-
-
-if __name__ == "__main__":
-    from pyspark.pandas.tests.connect.test_parity_dataframe import *  # noqa: 
F401
-
-    try:
-        import xmlrunner  # type: ignore[import]
-
-        testRunner = xmlrunner.XMLTestRunner(output="target/test-reports", 
verbosity=2)
-    except ImportError:
-        testRunner = None
-    unittest.main(testRunner=testRunner, verbosity=2)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to