summaryrefslogtreecommitdiff
path: root/debian/patches/tox-sitepackages.patch
blob: f9a647809b8215d3d9183fa231de216268705475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 18673302d6f3951580a79d29aafe42fb6759febd Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Tue, 4 Mar 2014 00:06:16 +0000
Subject: Set sitepackages = True in tox.ini.

This allows tests to run on systems without network access.

Author: Colin Watson <cjwatson@debian.org>
Forwarded: no
Last-Update: 2015-12-18

Patch-Name: tox-sitepackages.patch
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 4ca1361..201b55d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,7 @@ commands =
     cover: {posargs:coverage run {toxinidir}/tests/test_tblib.py}
     nocov: {posargs:{envpython} {toxinidir}/tests/test_tblib.py}
 usedevelop = true
+sitepackages = True
 
 [testenv:spell]
 setenv =