Skip to content

Commit

Permalink
remove pytest-custom-exit-code plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zStupan committed Oct 23, 2023
1 parent f54f7c2 commit 90a15ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
shell: bash
run: |
echo "${TESTMON_DATAFILE}"
pipenv run pytest --testmon --suppress-no-test-exit-code -ra -vv --random --random-seed=32786 niapy tests
pipenv run pytest --testmon -ra -vv --random --random-seed=32786 niapy tests
status=$?
if [ "$status" -eq 5 ]; then exit 0; else exit $status; fi
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ bump2version = "*"
pandoc = "*"
twine = "*"
pytest-testmon = ">=1.2.2"
pytest-custom-exit-code = {git = "https://github.com/GregaVrbancic/pytest-custom_exit_code.git"}
bandit = "*"

0 comments on commit 90a15ed

Please sign in to comment.