summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2022-09-15 22:29:04 -0700
committerVinson Lee <vlee@freedesktop.org>2022-10-28 23:26:38 -0700
commit71eb7b6880c842da2c2414f2be9468e9fd95d525 (patch)
tree24c0f0183bb60989d65129b2711a6293fb3eb3a0 /tox.ini
parent1cd716180cfb6ef0c1fc54702460ef49e5115791 (diff)
Remove mock.
mock is unittest.mock since Python 3.3. Piglit requires Python >= 3.6. From https://github.com/testing-cabal/mock: "mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards." Signed-off-by: Vinson Lee <vlee@freedesktop.org> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/735>
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 ec4124228..1510b6833 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,6 @@ setenv =
deps =
accel-nix: lxml
py{37,38,39,310}-generator: numpy
- mock>=4.0
py{37,38,39,310}: mako>=1.1.0
{accel,noaccel,generator,streams}: pytest>=6.2.5
functional: pytest>=3.9