Skip to content

Commit

Permalink
saving
Browse files Browse the repository at this point in the history
  • Loading branch information
naddeoa committed Apr 15, 2021
1 parent e8a11c6 commit a3812b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test: dist ## run tests with pytest
@$(call i, Running tests)
poetry run pytest

test-system-python: ## Run tests using the system `python` instead of the locally declared poetry python
test-system-python: dist ## Run tests using the system `python` instead of the locally declared poetry python
@$(call i, Running tests using the globally installed python)
python -m poetry run python --version
python -m poetry run pytest
Expand Down

0 comments on commit a3812b1

Please sign in to comment.