summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove simplejson dependency: use json module from stdlib.Javier Cacheiro2023-01-191-0/+1
| | | | Add missing redis dependency.
* Switch to nose2 for testsPierre Ossman2022-12-161-1/+1
| | | | | The original nosetests is long abandoned, and doesn't work properly on newer versions of Python.
* Remove redundant test requirementsPierre Ossman2022-12-161-3/+0
| | | | These should get pulled in via setup.py.
* Explicitly install old wrapt on Python 3.4Pierre Ossman2022-04-131-0/+1
| | | | | | Something is broken in pip so it installs a wrapt that doesn't support Python 3.4. Work around this by manually request a version that is known to work.
* Explicitly include "six" for jwt testsPierre Ossman2021-02-081-0/+1
| | | | | It is not properly listed as a dependency for jwcrypto, so we need to pull it in manually.
* Remove support for older PythonPierre Ossman2020-12-141-3/+3
| | | | | All active distributions should now support at least Python 3.4, so let's clean things up by removing older compatibility code.
* Convert tests from mox to mockPierre Ossman2020-08-211-1/+1
| | | | mox is deprecated upstream in favour of mock
* Update test requirementsPierre Ossman2020-04-081-1/+0
| | | | | | Travis are dropping older Python environments, so update things to something that reflects what current distributions are using (e.g. Red Hat Enterprise Linux 7).
* novnc redis backed token_plyugins.pyPexMor2019-04-291-0/+2
|
* Added JWT/JWS/JWE tokens capabilityUXabre2019-02-151-0/+2
|
* Switch test dependency to mox3James Page2016-06-301-1/+1
| | | | | | | | | mox is pretty much unmaintained these days, however the OpenStack project are actively maintaining mox3 (a Python 3 compatibile fork with some other improvements). websockify seems quite happy to use mox3 instead, so switch the test dependency and associated imports to use mox3.
* Enable TravisSolly Ross2015-05-131-0/+2
This commit enables running the unit tests on Travis for Python 2.6, 2.7, 3.3, and 3.4. Note that Travis does not support Python 2.4, so we cannot test there.