summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-11-04 09:57:39 -0800
committerMarge Bot <eric+marge@anholt.net>2020-02-13 19:09:15 +0000
commit116305f8eae5d6eec7434f55efad326956444f16 (patch)
tree145b0a2ac4195f541dbabff9236053c79d4417c1 /tox.ini
parent288e7b3b74a88e5cfa6a7fe26d52bf093e16365f (diff)
CI: remove six from installed packages
I didn't bump the gitlab CI version because having six wont hurt anything, so causing the docker image to rebuild just to remove it seemed like an annoyance; especially since it could be pulled in as a dependency of something else anyway. However, when the image needs to be bumped for real then six won't be installed again (explicitly). Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/merge_requests/223>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dd6581d8e..6a7bd756d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,6 @@ deps =
pytest-pythonpath
pytest-raises
pytest-timeout==1.2.1
- six==1.5.2
{accel,noaccel,streams}: jsonschema
streams: jsonstreams>=0.4.1
commands =