Luiz Menezes
f1561ae0f8
Remove tox pin on aiohttp
2018-05-07 09:25:21 -03:00
Luiz Menezes
389cb4d6e3
Temporarily pins aiohttp to version <3
2018-05-02 12:19:55 -03:00
Luiz Menezes
7a82d70391
Pin flask version (as latests 1.0 breaks retrocompatibility)
2018-05-02 11:59:01 -03:00
Hugo
531dc02ca5
Only test on single recent version of dependencies
2018-01-17 10:28:36 +02:00
Hugo
82fa50c092
Drop pypy3
2018-01-15 09:54:39 +02:00
Hugo
c111ebab0a
Remove dependency on old Flask
2018-01-15 09:54:11 +02:00
Hugo
894695d13b
Stop testing on EOL Python 2.6
2018-01-15 09:54:11 +02:00
Laurent Mazuel
81d453f7d3
Add requests 2.18.4 to build
2017-08-17 08:37:11 -07:00
Thomas Grainger
dcaf813657
support requests 2.11 Fixes #313
2017-06-07 14:10:23 +01:00
Kevin McCarthy
f88294a9e6
Drop a couple old versions of python
...
According to the devguide: https://docs.python.org/devguide/
Python 3.3 is officially supported until 2017-09-29 and 3.4 until
2019-03-16
But I'm tired of waiting for my tests to run on Travis :-P
2017-05-27 15:52:59 -10:00
Kevin McCarthy
ba290a32d2
Add new version of urllib3 to tox
...
Also remove ancient version in the interest of test speed
2017-05-27 15:38:42 -10:00
Kevin McCarthy
420c2ceb6f
add new requests version
2017-05-27 10:57:41 -10:00
Thomas Grainger
204cb8f2ac
Merge pull request #303 from graingert/support-3.6
...
support 3.6
2017-05-02 11:17:39 +01:00
Thomas Grainger
1092bcd1a1
add requests 2.13
2017-04-04 10:32:17 +01:00
Thomas Grainger
3588ed6341
support 3.6
2017-04-04 10:32:16 +01:00
Thomas Grainger
7514d94262
handle pytest-asyncio async def coroutines
2017-04-03 15:49:49 +01:00
Luiz Menezes
9a5214888b
fix tox's flakes tests
2016-08-11 00:58:18 -03:00
Luiz Menezes
77ae99bfda
add aiohttp to tests config
2016-08-04 13:44:11 -03:00
bogdan barna
24df79b75f
boto3 integration tests
2016-06-27 01:39:49 +02:00
bogdan barna
5c9b0b4ccb
fix tests in stubs, requests ssl verification and httpbin+flask
2016-06-24 11:43:01 +03:00
Kevin McCarthy
528c9e7b1a
Merge pull request #149 from kevin1024/pytest-httpbin
...
WIP: add pytest-httpbin
2016-05-01 14:19:54 -10:00
Kevin McCarthy
4e36997e1a
Use pytest-httpbin
...
This will help the test flakiness and speed up test runs.
2016-05-01 13:50:04 -10:00
John Vandenberg
d060a68ffd
Add Python 3.5 and PyPy 3 to Travis
2016-05-01 07:54:59 +07:00
Abhinav Gupta
d780bc04dd
Fix Tornado support behavior for Tornado 3.
...
Resolves #235 .
2015-12-19 18:18:20 -08:00
John Vandenberg
573c6eee0b
Use tox-travis
...
dc9cd42 introduced Travis checking of flakes using tox.
However tox.ini only defined 'flakes-py34', so Travis
was only invoking flake8 on Python 3.4, and invoking
py.test on other Python versions.
As tox factors only work properly on the default testenv,
use a generic tox environment 'flakes', and use tox-travis
to select the correct basepython.
2015-12-13 04:22:51 +11:00
John Vandenberg
dc9cd4229b
Fix pyflakes and pep8 errors
...
Use extra asserts to use previously unused variables in tests,
such as `cass` and `response`.
Fix only pyflakes errors in docs/conf.py
2015-11-26 08:25:06 +11:00
Abhinav Gupta
c37d607b97
Don't install pycurl if pypy is being used.
...
Pycurl doesn't yet support pypy.
2015-07-02 17:14:00 -07:00
Abhinav Gupta
7922fec9fe
Tornado support
2015-07-02 14:33:34 -07:00
Ivan Malison
4f07cb5257
Fix tox.ini requests26: requests==2.6.0
2015-06-09 00:53:28 -07:00
Kevin McCarthy
dc8eedf555
we dont actually need lxml for tests
2015-05-05 21:59:31 -10:00
Kevin McCarthy
856c38479a
add failing test for requests2.7/gzip issue
2015-05-05 20:49:12 -10:00
Kevin McCarthy
52496cd091
really add requests 2.7 to tox
2015-05-05 19:50:20 -10:00
Kevin McCarthy
bc26ce877a
add requests 2.7 to tox and travis
2015-05-05 19:44:19 -10:00
Ivan Malison
7cd7264034
fix tox/urllib3 stuff.
2015-03-24 14:10:14 -07:00
aisch
63ec95be06
update urllib3 patch/stub to be same as used for requests and add tests
2015-03-23 12:12:49 -07:00
Chase Sterling
ef8ba6d51b
Add requests 2.5 to testing list in .travis.yml and tox.ini
2014-12-08 14:40:55 -05:00
Ivan Malison
7193407a07
Remove ipdb because it causes python below 2.6 to blow up.
2014-10-03 01:40:02 -07:00
Ivan Malison
3a46a6f210
travis through tox.
2014-10-02 15:26:22 -07:00
Ivan Malison
163181844b
Refactor tox.ini using new 1.8 features.
2014-10-02 14:57:53 -07:00
Ivan Malison
0871c3b87c
Remove instance variables for filter_headers, filter_query_params, ignore_localhost and ignore_hosts. These still exist on the VCR object, but they are automatically translated into a filter function when passed to the cassette.
2014-09-22 17:57:22 -07:00
Ivan Malison
b6e96020c1
Use {[testenv]deps}, instead of repeating testing requirements. Write another failing test for #109
2014-09-19 14:31:49 -07:00
Kevin McCarthy
cd715f37c6
Fix requests stub. Closes #94
2014-09-01 15:48:57 -10:00
Kevin McCarthy
70abc5058c
requests 2.3 compat
2014-05-17 12:58:31 -10:00
Kevin McCarthy
3990b32892
New Feature: Ignore Some Requests
...
Add 2 new options, ignore_localhost and ignore_hosts, which can ignore
requests so they aren't recorded in a cassette.
Closes #74
2014-05-03 15:25:31 -10:00
Kevin McCarthy
2a072e4dd3
fix tox envlist
2014-04-25 18:55:43 -10:00
Kevin McCarthy
e002aab999
let's keep testing python3.3, at least for the time being.
2014-04-23 19:36:31 -10:00
Kevin McCarthy
bd2d2cea72
bump supported python3 version to 3.4
2014-04-23 18:58:17 -10:00
Kevin McCarthy
56a9a53522
add more tox envs
2014-03-08 20:58:41 -10:00
Åsmund Grammeltvedt
a73da71159
Add Python 2.3 support
...
This commit also adds the 'six' dependency
2014-03-08 20:01:48 -10:00
Kevin McCarthy
d16b20a780
restore tox envs
2014-03-08 19:35:31 -10:00