python-stdnum branch master updated. 1.17-42-g1636045
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.17-42-g1636045
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.17-42-g1636045
- Date: Sat, 15 Oct 2022 14:57:39 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 163604522d40d8a999e814b6d02d69203281e1e6 (commit)
from 7be22919b22119816daf0317289563d961cd2168 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=163604522d40d8a999e814b6d02d69203281e1e6
commit 163604522d40d8a999e814b6d02d69203281e1e6
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Oct 15 14:56:07 2022 +0200
Support running tests with PyPy 2.7
This also applies the fix from cfc80c8 from Python 2.7 to PyPy.
diff --git a/tox.ini b/tox.ini
index adc678c..73fb114 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,8 @@ deps = pytest
commands = pytest
setenv=
PYTHONWARNINGS=all
- py27: VIRTUALENV_SETUPTOOLS=43.0.0
- py27: VIRTUALENV_PIP=19.3.1
+ py27,pypy: VIRTUALENV_SETUPTOOLS=43.0.0
+ py27,pypy: VIRTUALENV_PIP=19.3.1
[testenv:flake8]
skip_install = true
-----------------------------------------------------------------------
Summary of changes:
tox.ini | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.17-42-g1636045,
Commits of the python-stdnum project