summaryrefslogtreecommitdiff
path: root/debian/patches/tox-sitepackages.patch
blob: 6c74b80d17cd6dd32a16d4f9b73315fd1911a5ac (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 10cf887b17a033709e8ad5596dc68dd91fe17116 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: 2014-03-04

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

diff --git a/tox.ini b/tox.ini
index 81b6a64..c77127f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,7 @@ setenv =
     WITH_COVERAGE = x
     PYTHONUNBUFFERED = x
 commands = {envpython} {toxinidir}/tests/test_tblib.py
+sitepackages = True
 
 [base]
 deps =