From 265f9f8372f06e327bfa0d0b807088b5c4da3553 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 7 Apr 2022 10:14:02 -0700 Subject: [PATCH] Remove pypy tests due to missing rust in Docker --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 313d06c..37d69e0 100644 --- a/.drone.star +++ b/.drone.star @@ -34,8 +34,8 @@ def run_tests(): tox_step("python:3.9"), tox_step("python:3.10"), tox_step("python:3"), - tox_step("pypy:3.9", "pypy3", "pypy3"), - tox_step("pypy:3", "pypy3", "pypy3"), + # tox_step("pypy:3.9", "pypy3", "pypy3"), + # tox_step("pypy:3", "pypy3", "pypy3"), notify_step(), ], }]