lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.2-3-g5690a2b

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-pskc branch master updated. 1.2-3-g5690a2b



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-pskc".

The branch, master has been updated
       via  5690a2bcc024feaebde01f56f6c21130f96b47f3 (commit)
      from  acc6d784d3cf808dc79516aeb720a05b900d2035 (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-pskc/commit/?id=5690a2bcc024feaebde01f56f6c21130f96b47f3

commit 5690a2bcc024feaebde01f56f6c21130f96b47f3
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Dec 3 14:00:02 2022 +0100

    Support running tests with PyPy 2.7
    
    This also applies the fix from bb594fb from Python 2.7 to PyPy.

diff --git a/tox.ini b/tox.ini
index 6e67575..4972253 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,8 +16,8 @@ commands = signxml: pytest
 setenv=
     PYTHONWARNINGS=all
     TZ=Europe/Amsterdam
-    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-pskc