Skip to content

Commit

Permalink
Run pytest directly, since running them via setuptools is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Aug 8, 2024
1 parent 3fa243c commit aa96dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ goal_test() {

pushd "${SCRIPT_DIR}" > /dev/null
activate_venv
python3 setup.py test
pytest
popd > /dev/null
}

Expand Down

0 comments on commit aa96dbc

Please sign in to comment.