Merge lp:~twom/loggerhead/tests-in-tox into lp:loggerhead

Proposed by Tom Wardill
Status: Merged
Merged at revision: 508
Proposed branch: lp:~twom/loggerhead/tests-in-tox
Merge into: lp:loggerhead
Diff against target: 25 lines (+16/-0)
2 files modified
requirements.txt (+8/-0)
tox.ini (+8/-0)
To merge this branch: bzr merge lp:~twom/loggerhead/tests-in-tox
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+388505@code.launchpad.net

Commit message

Run tests in tox

Description of the change

Add requirements.txt and tox.ini for running the test suite via installed wheels and tox, for testing python 2.7 and 3.5.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Needs Fixing
lp:~twom/loggerhead/tests-in-tox updated
509. By Tom Wardill

Correct py3 env

510. By Tom Wardill

Unpin dulwich on python3

Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'requirements.txt'
--- requirements.txt 1970-01-01 00:00:00 +0000
+++ requirements.txt 2020-08-04 09:35:27 +0000
@@ -0,0 +1,8 @@
1Paste >= 1.6
2dulwich == 0.19.16; python_version < "3"
3dulwich; python_version >= "3"
4testtools
5breezy
6bleach
7https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-4.3.tar.gz; python_version < "3"
8https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz; python_version >= "3"
09
=== added file 'tox.ini'
--- tox.ini 1970-01-01 00:00:00 +0000
+++ tox.ini 2020-08-04 09:35:27 +0000
@@ -0,0 +1,8 @@
1[tox]
2envlist = py27,py35,py36,py37,py38
3skipsdist=True
4
5[testenv]
6deps = -rrequirements.txt
7commands = brz selftest -v breezy.plugins.loggerhead --strict
8setenv = BRZ_PLUGINS_AT = loggerhead@{toxinidir}

Subscribers

People subscribed via source and target branches