Skip to content

Commit

Permalink
ci(pytest): invoke pytest directly instead of setup.py test (#815)
Browse files Browse the repository at this point in the history
Closes #814
  • Loading branch information
mdonadoni committed Jul 30, 2024
1 parent 8762855 commit a29f469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ check_sphinx () {
}

check_pytest () {
python setup.py test
pytest
}

check_helm () {
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

[aliases]
test = pytest

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
Expand Down

0 comments on commit a29f469

Please sign in to comment.