Remove pypy tests due to missing rust in Docker
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2022-04-07 10:14:02 -07:00
parent d27bcf85dd
commit 265f9f8372
1 changed files with 2 additions and 2 deletions

View File

@ -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(),
],
}]