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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 90a463839a [MINOR] Fix Python Github Actions
90a463839a is described below

commit 90a463839a560bad51ddb52ceb3ef365213e2b08
Author: baunsgaard <[email protected]>
AuthorDate: Fri Jun 30 14:07:04 2023 +0200

    [MINOR] Fix Python Github Actions
---
 .github/workflows/python.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index d7abd26b9c..9ed40a0941 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -113,14 +113,14 @@ jobs:
         export PATH=$SYSTEMDS_ROOT/bin:$PATH
         export SYSDS_QUIET=1
         cd src/main/python
-        unittest-parallel -t . -s tests --module-fixtures
+        unittest-parallel -t . -s tests
         # python -m unittest discover -s tests -p 'test_*.py'
         echo "Exit Status: " $?
     
     - name: Run all python tests no environment
       run: |
         cd src/main/python
-        unittest-parallel -t . -s tests --module-fixtures
+        unittest-parallel -t . -s tests
         # python -m unittest discover -s tests -p 'test_*.py'
         echo "Exit Status: " $?
 

Reply via email to