File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 - {name: Linux, python: '3.9', os: ubuntu-latest}
2626 env :
2727 CIBW_TEST_COMMAND :
28- make install PYTHON=python &&
29- make test PYTHON= python &&
30- make test-memleaks PYTHON=python
31-
28+ PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_TESTING=1 PSUTIL_DEBUG=1
29+ python {project}/psutil/tests/runner.py &&
30+ PYTHONWARNINGS=always PYTHONUNBUFFERED=1 PSUTIL_TESTING=1 PSUTIL_DEBUG=1
31+ python {project}/psutil/tests/test_memleaks.py
3232 CIBW_TEST_EXTRAS : test
3333 CIBW_SKIP : cp35-* pp*
3434 steps :
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ test-coverage: ## Run test coverage.
187187# ===================================================================
188188
189189lint-py : # # Run Python (flake8) linter.
190- @git ls-files ' *.py' | xargs $(PYTHON ) -m flake8 --config=.flake8 && echo " flake8 OK "
190+ @git ls-files ' *.py' | xargs $(PYTHON ) -m flake8 --config=.flake8
191191
192192lint-c : # # Run C linter.
193193 @git ls-files ' *.c' ' *.h' | xargs $(PYTHON ) scripts/internal/clinter.py
You can’t perform that action at this time.
0 commit comments