Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 1, 2025
1 parent 2dc4745 commit 08658fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ test-coverage: ## Run test coverage.
$(PYTHON) -m coverage html
$(PYTHON) -m webbrowser -t htmlcov/index.html

test-ci: install-sysdeps
test-ci:
{MAKE} install-sysdeps
mkdir -p .tests
cd .tests/ && $(PYTHON) -c "from psutil.tests import print_sysinfo; print_sysinfo()"
cd .tests/ && $(PYTHON_ENV_VARS) PYTEST_ADDOPTS="-k 'not test_memleaks.py'" $(PYTHON) -m pytest $(PYTEST_ARGS) --pyargs psutil.tests
Expand Down

0 comments on commit 08658fe

Please sign in to comment.