Skip to content

Commit

Permalink
pybatfish: remove tests of deprecated API (#871)
Browse files Browse the repository at this point in the history
that API is gone, after all.

commit-id:6b67a2a6
  • Loading branch information
dhalperi authored Dec 29, 2022
1 parent 5ee6d27 commit 63a6297
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/reusable-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,12 @@ jobs:
-templatedirs=questions \
-periodassignworkms=5 \
)
if [[ ${{ matrix.force_deprecated_workmgr_v1 }} -eq "0" ]]; then
coordinator_args=(\
"${coordinator_args[@]}" \
-uselegacyworkmgrv1=false \
)
fi
allinone_args=(\
-runclient=false
-coordinatorargs="$(echo -n "${coordinator_args[@]}")" \
)
java -cp allinone.jar org.batfish.allinone.Main "${allinone_args[@]}" 2>&1 > batfish.log &
pip install -e .[dev] -q
if [[ ${{ matrix.force_deprecated_workmgr_v1 }} -eq "1" ]]; then
export pybf_use_deprecated_workmgr_v1=1
fi
pytest tests/integration
- name: codecov
# Let codecov upload fail - codecov goes down not infrequently.
Expand All @@ -156,9 +147,6 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
force_deprecated_workmgr_v1:
- "0"
- "1"
doc_tests:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 63a6297

Please sign in to comment.