Skip to content

Commit 9ee7992

Browse files
committed
Admnistrivia:
* Bump local testing versions * adjust the way we call pytest
1 parent a6861b6 commit 9ee7992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ clean:
6161

6262
#: Run py.test tests. Use environment variable "o" for pytest options
6363
pytest: mathics_scanner/data/characters.json
64-
py.test test $o
64+
$(PYTHON) -m pytest test $o
6565

6666
#: Print to stdout a GNU Readline inputrc without Unicode
6767
inputrc-no-unicode:

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6'
8+
export PYVERSIONS='3.6.15 3.7.16 3.8.16 3.9.16 3.10.10 pyston-2.3.5 3.11.2'

0 commit comments

Comments
 (0)