Commit Graph

26 Commits

Author SHA1 Message Date
sthen 4bef8c5762 use MODPY_PYBUILD 2022-11-25 21:11:34 +00:00
sthen c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
naddy ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sthen 74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
kmos 341a83a53a Update www/py-webtest to most recent version and drop python 2 flavor.
Changelog (from https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst)

2.0.35 (2020-04-27)

    python3.8 compat
    Remove use of deprecated splittype and splithost

2.0.34 (2020-01-29)

    Fix the test length == 0 in check_content_type.
    Treat <input type="search"> like <input type="text">.
    Handle query parameters for the head method.

2.0.33 (2019-02-09)

    Fixed #210. Allow to reset select multiple with field.value = []
    Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
    Fixed #196. Fix deprecation warnings for collections to use
    collections.abc for Iterable on Python 3.

2.0.32 (2018-10-05)

    remove invalid email from setup.py

2.0.31 (2018-10-05)

    py33 is no longer supported. It may works but has been removed from tox
    config
    Fixed #205: Use empty string as default value for submit and button
    tests use pytest

ok sthen@
2021-03-14 21:31:42 +00:00
sthen d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kmos 2422b2b3ac Move tests from py-nose to MODPY_PYTEST 2019-11-08 23:40:06 +00:00
sthen 0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
kmos c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
danj 4807f465ba Update to py-webtest-2.0.30
From Elias Mariani
2018-10-18 23:19:56 +00:00
jasper 8ce2043336 - update to py-webtest-2.0.29
- add python3 flavor
2018-05-23 13:43:31 +00:00
landry 9abbf4ce82 Add py-waitress to RUN_DEPENDS (and py-coverage to TEST_DEPENDS while here) 2016-09-02 10:10:52 +00:00
sthen 13359694f0 bump REVISION for setuptools dep change. (should be the last one) 2015-09-29 10:53:16 +00:00
ajacoutot e0341db10f Update to py-webtest-2.0.18. 2015-07-17 16:52:11 +00:00
jasper 5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
fgsch a5d9b31176 update to webtest 1.3.3.
martynas@ ok
2011-12-31 15:08:35 +00:00
fgsch 2d7492f2c5 Update to WebTest 1.3.
From Wen Heping (wenheping-at-gmail-dot-com).
2011-09-18 18:21:23 +00:00
espie 58fffade54 normalize pkgpath 2011-09-16 12:00:05 +00:00
rpointel d9c94aa811 bump after default python version switch 2011-06-08 18:15:28 +00:00
espie e50b98837f new depends 2010-11-22 08:36:47 +00:00
sthen 61146ec4f9 bumps for python 2010-08-30 22:02:33 +00:00
fgsch 3b84802320 Update to WebTest 1.2 2010-01-10 12:36:35 +00:00
fgsch 0addcd0b67 Import WebTest 1.1
This wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.
This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.

martynas@ ok
2009-03-30 00:00:37 +00:00