Skip to content

Commit

Permalink
Merge pull request #306 from robshakir/skip_failing_tests
Browse files Browse the repository at this point in the history
Skip known-failing tests, and block CI on fail.
  • Loading branch information
JoseIgnacioTamayo authored Jul 22, 2023
2 parents 23a7a0d + ac8902f commit f549009
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py
continue-on-error: true
- name: Build package
run: python -m build
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ testpaths =
tests
addopts =
--disable-warnings
--import-mode importlib
--import-mode importlib
# (TODO): https://github.com/robshakir/pyangbind/issues/304
--ignore=tests/binary
# (TODO): https://github.com/robshakir/pyangbind/issues/305
--ignore=tests/integration/openconfig-bgp
--ignore=tests/serialise/juniper-json-examples

0 comments on commit f549009

Please sign in to comment.