summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-16 09:32:17 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-16 09:32:17 +0200
commit1c28d543f2537b488cff78693954797242ce7655 (patch)
tree69fc05f5fb6395a363e755841058bd6a3cab3cf4 /Makefile
parentb3a80ab0284f9f3f0ab4674f1b0f15237f1f4949 (diff)
Update docs for Glances 3.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b18f99a9..090e12f7 100644
--- a/Makefile
+++ b/Makefile
@@ -40,14 +40,14 @@ test: ## Run unit tests
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
./venv/bin/python -m black ./glances --check --exclude outputs/static
- ./venv/bin/pyright glances
+# ./venv/bin/pyright glances
test-with-upgrade: venv-upgrade venv-dev-upgrade ## Run unit tests
./venv/bin/python ./unitest.py
./venv/bin/python ./unitest-restful.py
./venv/bin/python ./unitest-xmlrpc.py
./venv/bin/python -m black ./glances --check --exclude outputs/static
- ./venv/bin/pyright glances
+# ./venv/bin/pyright glances
# ===================================================================
# Linters and profilers