We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6861b6 commit 9ee7992Copy full SHA for 9ee7992
Makefile
@@ -61,7 +61,7 @@ clean:
61
62
#: Run py.test tests. Use environment variable "o" for pytest options
63
pytest: mathics_scanner/data/characters.json
64
- py.test test $o
+ $(PYTHON) -m pytest test $o
65
66
#: Print to stdout a GNU Readline inputrc without Unicode
67
inputrc-no-unicode:
admin-tools/pyenv-versions
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
5
echo "This script should be *sourced* rather than run directly through bash"
6
exit 1
7
fi
8
-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'
0 commit comments