mengw15 commented on code in PR #4276:
URL: https://github.com/apache/texera/pull/4276#discussion_r3214160063


##########
.github/workflows/build.yml:
##########
@@ -524,7 +594,7 @@ jobs:
           if [ -f amber/dev-requirements.txt ]; then uv pip install --system 
-r amber/dev-requirements.txt; fi
       - name: Test with pytest
         run: |
-          cd amber && pytest --cov=src/main/python --cov-report=xml -sv
+          cd amber && pytest -m "not integration" --cov=src/main/python 
--cov-report=xml -sv

Review Comment:
   Yes, pytest -m "not integration" — runs everything except tests tagged 
pytest.mark.integration



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to