Skip to content

Commit

Permalink
Admnistrivia:
Browse files Browse the repository at this point in the history
* Bump local testing versions
* adjust the way we call pytest
  • Loading branch information
rocky committed Feb 25, 2023
1 parent a6861b6 commit 9ee7992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9ee7992

Please sign in to comment.