Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert pytest-xdist #792

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_push_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
SQL1_PASSWORD: ${{secrets.SQL1_PASSWORD}}
run: |
# run only test with databricks. run in 4 parallel jobs
pytest -n 6 feathr_project/test/
pytest feathr_project/test/

azure_synapse_test:
# might be a bit duplication to setup both the azure_synapse test and databricks test, but for now we will keep those to accelerate the test speed
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
run: |
# skip databricks related test as we just ran the test; also seperate databricks and synapse test to make sure there's no write conflict
# run in 4 parallel jobs to make the time shorter
pytest -n 6 feathr_project/test/
pytest feathr_project/test/

local_spark_test:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"black>=22.1.0", # formatter
"isort", # sort import statements
"pytest>=7",
"pytest-xdist",
"pytest-mock>=3.8.1",
],
notebook=[
Expand Down