From 9ee799229c4dc7eee66305b81771dfac6c68ce66 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 25 Feb 2023 10:49:29 -0500 Subject: [PATCH] Admnistrivia: * Bump local testing versions * adjust the way we call pytest --- Makefile | 2 +- admin-tools/pyenv-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d896bb..8d58a59 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ clean: #: Run py.test tests. Use environment variable "o" for pytest options pytest: mathics_scanner/data/characters.json - py.test test $o + $(PYTHON) -m pytest test $o #: Print to stdout a GNU Readline inputrc without Unicode inputrc-no-unicode: diff --git a/admin-tools/pyenv-versions b/admin-tools/pyenv-versions index 9e8d122..63a1ca6 100644 --- a/admin-tools/pyenv-versions +++ b/admin-tools/pyenv-versions @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then echo "This script should be *sourced* rather than run directly through bash" exit 1 fi -export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6' +export PYVERSIONS='3.6.15 3.7.16 3.8.16 3.9.16 3.10.10 pyston-2.3.5 3.11.2'