18 Commits

Author SHA1 Message Date
Paul J. Dorn
481c3f9522 remove setup.cfg - overridden by pyproject.toml 2023-12-29 05:12:08 +01:00
Paul J. Dorn
c3396b9786 github actions: cache and test run_module (-m) 2023-12-07 20:02:55 +01:00
benoitc
91cb3dc67c Revert "remove cryptography from requirements"
This reverts commit 471a6f80f0a255a41e0effe9896751db0a814999.
2023-07-17 22:45:55 +02:00
benoitc
471a6f80f0 remove cryptography from requirements 2023-07-17 22:43:27 +02:00
benoitc
f72acb6c0e add missing depedency for eventlet tests 2023-07-17 21:20:44 +02:00
benoitc
1ff10ff99d remove useless dep 2023-07-17 21:10:25 +02:00
Jason Madden
2d40e6dace
Use socket.sendfile() instead of os.sendfile().
Fixes #2223.

Unfortunately, eventlet doesn't implement GreenSocket.sendfile, so we have to do it for it.

Add gevent and eventlet to tox.ini and add tests to make sure we can at least import the workers. Some tests that this actually functions would be nice...

Update the gevent and eventlet setup extras to require the versions that are enforced in their worker modules.
2020-01-04 06:31:25 -06:00
Bastien Vallet
f0a9c6b4de [tests] Remove old coverage required version 2019-10-27 19:56:48 +01:00
Brett Randall
9c9f1f2bb9 Update Python versions in Travis CI and tox (#1902)
- run lint using latest Python 3.7
- updated env list in tox.ini
  - added py38-dev
  - removed py36-dev
- moved aiohttp to requirements_test.txt

Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-10-28 10:29:17 +03:00
Hugo
e974f30517 Drop support for Python 2
Co-Authored-By: Dustin Ingram <di@users.noreply.github.com>
Co-Authored-By: Berker Peksag <berker.peksag@gmail.com>
2018-08-01 15:31:17 +03:00
Diego Oliveira
45fe8d1199 Upgrade pytest and pytest-cov plugin (#1799) 2018-06-04 12:23:51 +03:00
Alexandre Conrad
92afaa5ce8 pin coverage>=4.0,<4.4 (#1571) 2017-08-22 11:44:32 +03:00
Berker Peksag
748da13c17 Silence pytest warnings 2017-02-07 09:05:43 +03:00
Hasan Ramezni
79a9697df2 update pytest version to 3.0.5 2017-01-15 23:34:23 +03:00
benoitc
a5212691e5 Revert "add mock to the requirements"
This reverts commit 48831f526f0fd4235b953b6637cc86f1b9f0b7b4.
2015-11-21 10:03:45 +01:00
benoitc
48831f526f add mock to the requirements 2015-11-21 09:52:12 +01:00
benoitc
5d2ff5e2ce bump pytest version
fix #1150
2015-11-21 09:49:59 +01:00
Berker Peksag
e84068b518 Use tox in .travis.yml.
This way we can avoid code duplication.

Also, this change makes tests faster due to ignoring the sdist step
and adds Python 3.2, 3.4 and PyPy 3 to build matrix.
2014-10-19 02:12:59 +03:00