We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec48e3 commit 0a4d31fCopy full SHA for 0a4d31f
1 file changed
Makefile
@@ -3,7 +3,7 @@ export LC_ALL := en_US.UTF-8
3
PYTHON ?= python3
4
5
test:
6
- docker-compose run --rm tests make xvfb-cover-pytest
+ docker compose run --rm tests make xvfb-cover-pytest
7
8
pytest:
9
$(PYTHON) -m pytest -vv $(PYTEST_FLAGS) tests/
0 commit comments