File: CONTRIBUTING.rst

package info (click to toggle)
python-spur 0.3.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,188; makefile: 39
file content (18 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Contributing
============

Tests
-----

You can run the tests using tox.
The SSH tests require a running SSH server.
The following environment variables are used in the SSH tests:

* ``TEST_SSH_HOSTNAME``
* ``TEST_SSH_PORT`` (optional)
* ``TEST_SSH_USERNAME``
* ``TEST_SSH_PASSWORD``

Tests should pass on CPython 2.6/3.2 and later.
There's currently no support for PyPy since paramiko doesn't appear to install on PyPy
(in turn, because of PyCrypto).