From 1b305fa3f04061b4dd33870a386e43558eeb8466 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 16 Nov 2021 10:17:49 +0100 Subject: [PATCH] test: drop testing with Python 2 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index d9f2f2d..a447b97 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ WEECHAT_HOME ?= $(HOME)/.weechat PREFIX ?= $(WEECHAT_HOME) -PYTHON ?= python INSTALLDIR := $(DESTDIR)$(PREFIX)/python/matrix @@ -31,7 +30,6 @@ $(INSTALLDIR)/%.py: matrix/%.py phony | $(INSTALLDIR) test: ## Run automated tests python3 -m pytest - python2 -m pytest typecheck: ## Run type check mypy -p matrix --ignore-missing-imports --warn-redundant-casts