|
@@ -9,13 +9,13 @@ help:
|
|
@echo "make check-minreqs:"
|
|
@echo "make check-minreqs:"
|
|
@echo " Run tests in the minreqs virtual environment."
|
|
@echo " Run tests in the minreqs virtual environment."
|
|
@echo " These tests use the oldest dependencies."
|
|
@echo " These tests use the oldest dependencies."
|
|
- @echo " Requires: Python 3.7"
|
|
|
|
- @echo " Hint (Fedora): 'sudo dnf install python3.7'"
|
|
|
|
|
|
+ @echo " Requires: Python 3.8"
|
|
|
|
+ @echo " Hint (Fedora): 'sudo dnf install python3.8'"
|
|
@echo ""
|
|
@echo ""
|
|
@echo "make check-tox:"
|
|
@echo "make check-tox:"
|
|
@echo " Run tests against multiple python versions."
|
|
@echo " Run tests against multiple python versions."
|
|
@echo " These tests use the newest dependencies."
|
|
@echo " These tests use the newest dependencies."
|
|
- @echo " Requires: Python 3.7 - 3.11, and tox."
|
|
|
|
|
|
+ @echo " Requires: Python 3.8 - 3.11, and tox."
|
|
@echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
|
|
@echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
|
|
@echo " The variable QEMU_TOX_EXTRA_ARGS can be use to pass extra"
|
|
@echo " The variable QEMU_TOX_EXTRA_ARGS can be use to pass extra"
|
|
@echo " arguments to tox".
|
|
@echo " arguments to tox".
|
|
@@ -59,7 +59,7 @@ PIP_INSTALL = pip install --disable-pip-version-check
|
|
min-venv: $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate
|
|
min-venv: $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate
|
|
$(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
|
|
$(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
|
|
@echo "VENV $(QEMU_MINVENV_DIR)"
|
|
@echo "VENV $(QEMU_MINVENV_DIR)"
|
|
- @python3.7 -m venv $(QEMU_MINVENV_DIR)
|
|
|
|
|
|
+ @python3.8 -m venv $(QEMU_MINVENV_DIR)
|
|
@( \
|
|
@( \
|
|
echo "ACTIVATE $(QEMU_MINVENV_DIR)"; \
|
|
echo "ACTIVATE $(QEMU_MINVENV_DIR)"; \
|
|
. $(QEMU_MINVENV_DIR)/bin/activate; \
|
|
. $(QEMU_MINVENV_DIR)/bin/activate; \
|