diff --git a/Makefile b/Makefile
index 6ed25d2e02544b6418ae7f470cb02429ef6f609a..c493ba1be16aed3183d5ad0050813492ff1c1059 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ pylint-test: FORCE
 
 test: FORCE
 	@echo "\n${GREEN}*** Checking code with nosetests ***${NC}\n"
-	@nosetests test_typedcols.py --with-xunit
+	@python3 -W always::DeprecationWarning -m nose test_typedcols.py --with-xunit
 
 
 #-------------------------------------------------------------------------------